|
|||||||||
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.xmputility.client.XMPUtilityException
public class XMPUtilityException
Represents the base class for exceptions thrown by the XMP Utility service.
Constructor Summary | |
---|---|
XMPUtilityException()
Constructs a new exception with a null message and cause. |
|
XMPUtilityException(java.lang.String message)
Constructs a new exception with a given message. |
|
XMPUtilityException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with a given message and cause. |
|
XMPUtilityException(java.lang.Throwable cause)
Constructs a new exception with a given 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 XMPUtilityException()
public XMPUtilityException(java.lang.String message)
message
- The detail message.public XMPUtilityException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The causing exception. Null is permitted.public XMPUtilityException(java.lang.Throwable cause)
cause
- The causing exception. Null is permitted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |