au.com.lastweekend.cgi
Class CGIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by au.com.lastweekend.cgi.CGIException
All Implemented Interfaces:
java.io.Serializable

public class CGIException
extends java.lang.Exception

Version:
$Id: CGIException.java 100 2008-02-19 10:37:27Z lwoggardner $
Author:
ggardner
See Also:
Serialized Form

Constructor Summary
CGIException()
           
CGIException(java.lang.String message)
           
CGIException(java.lang.String message, java.lang.Throwable cause)
           
CGIException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CGIException

public CGIException()

CGIException

public CGIException(java.lang.String message,
                    java.lang.Throwable cause)

CGIException

public CGIException(java.lang.String message)

CGIException

public CGIException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.