com.adobe.livecycle.docconverter.client
Class DocConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.livecycle.docconverter.client.DocConverterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConversionException, ValidationException

public class DocConverterException
extends java.lang.Exception

DocConverterException is the base class for exceptions thrown from the LiveCycle DocConverter service.

See Also:
Serialized Form

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

DocConverterException

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


DocConverterException

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

Parameters:
message - The detailed message.

DocConverterException

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

Parameters:
message - The detailed message.
cause - The causing exception. A null value is permitted.

DocConverterException

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

Parameters:
cause - The causing exception. A null value is permitted.


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