|
|||||||||
| 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.adobe.idp.taskmanager.dsc.client.queuemanager.QueueManagerException
public class QueueManagerException
Exception class for general exceptions thrown by the QueueManager service.
| Constructor Summary | |
|---|---|
QueueManagerException(java.lang.String message)
A constructor that uses an error message. |
|
QueueManagerException(java.lang.String message,
java.lang.Throwable cause)
A constructor that uses an error message and creates a new exception from a causing exception. |
|
QueueManagerException(java.lang.Throwable cause)
A constructor that creates a new exception from a causing 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueueManagerException(java.lang.String message)
message - The error message.public QueueManagerException(java.lang.Throwable cause)
cause - The exception cause.
public QueueManagerException(java.lang.String message,
java.lang.Throwable cause)
message - The error message.cause - The exception cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||