public class DocumentWorkerTransientException extends Exception
| Constructor and Description |
|---|
DocumentWorkerTransientException(String message)
Constructs a DocumentWorkerTransientException with a given reason.
|
DocumentWorkerTransientException(String message,
Throwable cause)
Constructs a DocumentWorkerTransientException with a given reason and cause.
|
DocumentWorkerTransientException(Throwable cause)
Constructs a DocumentWorkerTransientException with a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentWorkerTransientException(String message)
message - a description of the exceptionpublic DocumentWorkerTransientException(String message, Throwable cause)
message - a description of the exceptioncause - the underlying reason for this exceptionpublic DocumentWorkerTransientException(Throwable cause)
cause - the underlying reason for this exceptionCopyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.