|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.asteriskjava.live.LiveException
public abstract class LiveException
Base class for exceptions thrown by the live package.
Constructor Summary | |
---|---|
protected |
LiveException(java.lang.String message)
Creates a new instance with the given message. |
protected |
LiveException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance 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 |
---|
protected LiveException(java.lang.String message)
message
- the messageprotected LiveException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |