public class DocumentAcceptorException
extends java.lang.Exception
DocumentAcceptor errors, such as connectivity
problems.| Constructor and Description |
|---|
DocumentAcceptorException()
Constructs a new DocumentAcceptorException with no message and no root
cause.
|
DocumentAcceptorException(java.lang.String message)
Constructs a DocumentAcceptorException with a supplied message but no root
cause.
|
DocumentAcceptorException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a DocumentAcceptorException with message and root cause.
|
DocumentAcceptorException(java.lang.Throwable rootCause)
Constructs a DocumentAcceptorException with the specified root cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the detail message, including messages from nested exceptions
if any.
|
public DocumentAcceptorException()
public DocumentAcceptorException(java.lang.String message)
message - the message. Can be retrieved by the getMessage()
method.public DocumentAcceptorException(java.lang.String message,
java.lang.Throwable rootCause)
message - the message. Can be retrieved by the getMessage()
method.rootCause - root failure causepublic DocumentAcceptorException(java.lang.Throwable rootCause)
rootCause - root failure cause