| Package | com.adobe.livecycle.assembler.client |
| Class | public class AssemblerException |
| Inheritance | AssemblerException Exception |
AssemblerException is the base class for exceptions thrown from the LiveCycle Assembler service.| Method | Defined 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 | ||
| 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.
Parametersmessage — The detailed message. |
| AssemblerException | () |
public AssemblerException(String message, Throwable cause)Constructs a new exception with the given message and cause.
Parametersmessage — 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.
Parameterscause — 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