|
||||||||||
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.localmatters.collector.queue.CollectorQueueException
@WebFault public class CollectorQueueException
A collector queue exception.
Constructor Summary | |
---|---|
CollectorQueueException()
Creates a new instance of CollectorQueueException without detail message. |
|
CollectorQueueException(java.lang.String message)
Constructs an instance of CollectorQueueException with the specified detail message. |
|
CollectorQueueException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of CollectorQueueException with the specified detail message and root cause. |
|
CollectorQueueException(java.lang.Throwable cause)
Constructs an instance of CollectorQueueException with the specified root 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 CollectorQueueException()
CollectorQueueException
without detail message.
public CollectorQueueException(java.lang.String message)
CollectorQueueException
with the specified detail message.
message
- The detail message.public CollectorQueueException(java.lang.Throwable cause)
CollectorQueueException
with the specified root cause.
cause
- The root cause.public CollectorQueueException(java.lang.String message, java.lang.Throwable cause)
CollectorQueueException
with the specified detail message and root cause.
message
- The detail message.cause
- The root cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |