Packagecom.adobe.livecycle.assembler.client
Classpublic class AssemblerException
InheritanceAssemblerException Inheritance Exception

AssemblerException is the base class for exceptions thrown from the LiveCycle Assembler service.



Public Methods
 MethodDefined By
  
Constructs a new exception with a null message and cause.
AssemblerException
  
AssemblerException(String message)
Constructs a new exception with the given message.
AssemblerException
  
AssemblerException(String message, Throwable cause)
Constructs a new exception with the given message and cause.
AssemblerException
  
AssemblerException(Throwable cause)
Constructs a new exception with the given cause.
AssemblerException
Constructor Detail
AssemblerException()
public AssemblerException()

Constructs a new exception with a null message and cause.

AssemblerException() 
public AssemblerException(String message)

Constructs a new exception with the given message.

Parameters
message — The detailed message.
AssemblerException() 
public AssemblerException(String message, 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.
AssemblerException() 
public AssemblerException(Throwable cause)

Constructs a new exception with the given cause.

Parameters
cause — The causing exception. A null value is permitted.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/assembler/client/AssemblerException.html