public class QueueMaxException extends QueueException
| Constructor and Description |
|---|
QueueMaxException()
Default constructor.
|
QueueMaxException(String message)
Construct with specified message.
|
QueueMaxException(String message,
Throwable cause)
Construct with specified detail messsage and cause.
|
QueueMaxException(Throwable cause)
Construct with specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueueMaxException()
public QueueMaxException(String message, Throwable cause)
message - is the detail message.cause - is the parent cause.public QueueMaxException(String message)
message - is the detail message.public QueueMaxException(Throwable cause)
cause - is the parent cause.