|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.sf.asterisk.fastagi.AGIException
public abstract class AGIException
Abstract base class for all AGI specific exceptions.
Constructor Summary | |
---|---|
AGIException()
|
|
AGIException(java.lang.String message)
Creates a new AGIExeption with the given message. |
|
AGIException(java.lang.String message,
java.lang.Throwable cause)
Creates a new AGIExeption with the given message and 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 |
---|
public AGIException()
public AGIException(java.lang.String message)
message
- a message decribing the AGIException.public AGIException(java.lang.String message, java.lang.Throwable cause)
message
- a message decribing the AGIException.cause
- the throwable that caused this exception to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |