|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opennms.netmgt.asterisk.utils.AsteriskOriginatorException
public class AsteriskOriginatorException
AsteriskOriginatorException class.
| Constructor Summary | |
|---|---|
AsteriskOriginatorException()
Constructor for AsteriskOriginatorException. |
|
AsteriskOriginatorException(String message)
Constructor for AsteriskOriginatorException. |
|
AsteriskOriginatorException(String message,
Throwable cause)
Constructor for AsteriskOriginatorException. |
|
AsteriskOriginatorException(Throwable cause)
Constructor for AsteriskOriginatorException. |
|
| 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 AsteriskOriginatorException()
Constructor for AsteriskOriginatorException.
public AsteriskOriginatorException(String message)
Constructor for AsteriskOriginatorException.
message - a String object.
public AsteriskOriginatorException(String message,
Throwable cause)
Constructor for AsteriskOriginatorException.
message - a String object.cause - a Throwable object.public AsteriskOriginatorException(Throwable cause)
Constructor for AsteriskOriginatorException.
cause - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||