public class QueueException
extends java.lang.Exception
Constructor and Description |
---|
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.
|
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.