|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.elixirtech.report2.runtime.QueueException
public class QueueException
Trigger a queue exception caused by the number of connections exceeded the queue size specified.
Constructor Summary | |
---|---|
QueueException()
|
|
QueueException(java.lang.String message)
|
|
QueueException(java.lang.String message,
java.lang.Throwable cause)
|
|
QueueException(java.lang.Throwable 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueueException()
public QueueException(java.lang.String message)
message
- public QueueException(java.lang.Throwable cause)
cause
- public QueueException(java.lang.String message, java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |