|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception brahms.base.util.QueueException
public class QueueException
The QueueException is an exception thrown when a problem arises with enqueuing or dequeueing elements.
Constructor Summary | |
---|---|
QueueException()
Constructor, creates a new QueueException with no detail message |
|
QueueException(java.lang.String message)
Constructor, creates a new QueueException with the given detail message |
|
QueueException(java.lang.String message,
java.lang.Throwable t)
Constructor, creates a new QueueException with the given detail message wrapping the given exception |
|
QueueException(java.lang.Throwable t)
Constructor, creates a new QueueException with the given linked exception |
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)
message
- the detail messagepublic QueueException(java.lang.Throwable t)
t
- the Throwable to be linked to this exceptionpublic QueueException(java.lang.String message, java.lang.Throwable t)
message
- the detail messaget
- the Throwable to be linked to this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |