com.adobe.livecycle.xmputility.client
Class XMPUtilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.livecycle.xmputility.client.XMPUtilityException
All Implemented Interfaces:
java.io.Serializable

public class XMPUtilityException
extends java.lang.Exception

Represents the base class for exceptions thrown by the XMP Utility service.

See Also:
Serialized Form

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

XMPUtilityException

public XMPUtilityException()
Constructs a new exception with a null message and cause.


XMPUtilityException

public XMPUtilityException(java.lang.String message)
Constructs a new exception with a given message.

Parameters:
message - The detail message.

XMPUtilityException

public XMPUtilityException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new exception with a given message and cause.

Parameters:
message - The detail message.
cause - The causing exception. Null is permitted.

XMPUtilityException

public XMPUtilityException(java.lang.Throwable cause)
Constructs a new exception with a given cause.

Parameters:
cause - The causing exception. Null is permitted.


[an error occurred while processing this directive] [an error occurred while processing this directive]