|
|||||||||
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.jsmpp.extra.QueueException
public class QueueException
General queue exception.
Constructor Summary | |
---|---|
QueueException()
Default constructor. |
|
QueueException(java.lang.String message)
Construct with specified message. |
|
QueueException(java.lang.String message,
java.lang.Throwable cause)
Construct with specified message and cause. |
|
QueueException(java.lang.Throwable cause)
Construct with specified 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 QueueException()
public QueueException(java.lang.String message, java.lang.Throwable cause)
message
- is the detail message.cause
- is the cause.public QueueException(java.lang.String message)
message
- is the detail message.public QueueException(java.lang.Throwable cause)
cause
- is the cause of an error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |