|
|||||||||
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 com.adobe.livecycle.readerextensions.client.exceptions.ClientException com.adobe.livecycle.readerextensions.client.exceptions.ReaderExtensionsException com.adobe.livecycle.readerextensions.client.ReaderExtensionsException com.adobe.livecycle.readerextensions.client.ProcessingException
public class ProcessingException
Credential-related exceptions for the Reader Extensions service.
Constructor Summary | |
---|---|
ProcessingException()
Constructs a new exception with a null message and cause. |
|
ProcessingException(java.lang.String message)
Constructs a new exception with the given message. |
|
ProcessingException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause. |
|
ProcessingException(java.lang.Throwable cause)
Constructs a new exception with the given cause. |
Method Summary |
---|
Methods inherited from class com.adobe.livecycle.readerextensions.client.exceptions.ClientException |
---|
appendStackTrace, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setExceptionMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessingException()
null
message and cause.
public ProcessingException(java.lang.String message)
message
- The detailed message.public ProcessingException(java.lang.String message, java.lang.Throwable cause)
message
- The detailed message.cause
- The causing exception. A null
value is permitted.public ProcessingException(java.lang.Throwable cause)
cause
- The causing exception. A null
value is permitted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |