public class AssemblerException extends Exception
AssemblerException
is the base class for exceptions thrown from the LiveCycle Assembler service.Modifier and Type | Class and Description |
---|---|
protected class |
AssemblerException.ClientException
ClientException is an exception wrapper that presents itself as a server exception.
|
Constructor and Description |
---|
AssemblerException()
Constructs a new exception with a
null message and cause. |
AssemblerException(String message)
Constructs a new exception with the given message.
|
AssemblerException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
AssemblerException(Throwable cause)
Constructs a new exception with the given cause.
|
public AssemblerException()
null
message and cause.public AssemblerException(String message)
message
- The detailed message.public AssemblerException(String message, Throwable cause)
message
- The detailed message.cause
- The causing exception. A null
value is permitted.public AssemblerException(Throwable cause)
cause
- The causing exception. A null
value is permitted.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.