com.adobe.livecycle.pdfutility.client
Class PDFUtilityException

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

public class PDFUtilityException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
PDFUtilityException()
          Constructs a new exception with a null message and cause.
PDFUtilityException(java.lang.String message)
          Constructs a new exception with a given message.
PDFUtilityException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with a given message and cause.
PDFUtilityException(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

PDFUtilityException

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


PDFUtilityException

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

Parameters:
message - The detail message. Exception(java.lang.String)

PDFUtilityException

public PDFUtilityException(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.

PDFUtilityException

public PDFUtilityException(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]