|
|||||||||
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
org.jsmpp.extra.QueueMaxException
public class QueueMaxException
This exception is thrown if the message queue has reach it maximum size.
Constructor Summary | |
---|---|
QueueMaxException()
Default constructor. |
|
QueueMaxException(java.lang.String message)
Construct with specified message. |
|
QueueMaxException(java.lang.String message,
java.lang.Throwable cause)
Construct with specified detail messsage and cause. |
|
QueueMaxException(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 QueueMaxException()
public QueueMaxException(java.lang.String message, java.lang.Throwable cause)
message
- is the detail message.cause
- is the parent cause.public QueueMaxException(java.lang.String message)
message
- is the detail message.public QueueMaxException(java.lang.Throwable cause)
cause
- is the parent cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |