public class WorkflowException extends ApplicationException
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowException.WorkflowError
Error code implementation for application exceptions.
|
ApplicationException.ApplicationError
Modifier | Constructor and Description |
---|---|
|
WorkflowException()
Default constuctor.
|
|
WorkflowException(ErrorType fault,
Throwable cause)
Exception factory constructor.
|
|
WorkflowException(String message)
Creates a new exception with the given exception message.
|
|
WorkflowException(String message,
ErrorDetailsType errorDetails)
Creates a new exception with the given error details and exception message.
|
|
WorkflowException(String message,
Throwable cause,
ErrorDetailsType errorDetails)
Creates a new exception with the given error details, exception cause and exception message.
|
|
WorkflowException(Throwable cause)
Creates a new exception with the given exception cause.
|
protected |
WorkflowException(WorkflowException.WorkflowError errorCode)
Creates a new exception with the given error code.
|
protected |
WorkflowException(WorkflowException.WorkflowError errorCode,
ErrorDetailsType errorDetails,
Map<String,String> parameters,
String message,
Throwable cause)
Creates a new exception with the given error code, error details, error parameters, exception cause and exception
message.
|
protected |
WorkflowException(WorkflowException.WorkflowError errorCode,
String message)
Creates a new exception with the given error code and exception message.
|
protected |
WorkflowException(WorkflowException.WorkflowError errorCode,
String message,
ErrorDetailsType errorDetails)
Creates a new exception with the given error code and exception message.
|
protected |
WorkflowException(WorkflowException.WorkflowError errorCode,
String message,
Throwable cause,
ErrorDetailsType errorDetails)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
protected |
WorkflowException(WorkflowException.WorkflowError errorCode,
Throwable cause)
Creates a new exception with the given error code and exception cause.
|
protected |
WorkflowException(WorkflowException.WorkflowError errorCode,
Throwable cause,
ErrorDetailsType errorDetails)
Creates a new exception with the given error code and exception cause.
|
createError, getDescriptionParameters, getErrorCode, getErrorDetails
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WorkflowException()
public WorkflowException(ErrorType fault, Throwable cause)
fault
- the server fault.cause
- the exception causepublic WorkflowException(String message)
message
- the exception messagepublic WorkflowException(String message, Throwable cause, ErrorDetailsType errorDetails)
errorDetails
- the error detailsmessage
- the exception messagecause
- the exception causepublic WorkflowException(String message, ErrorDetailsType errorDetails)
errorDetails
- the error detailsmessage
- the exception messagecause
- the exception causepublic WorkflowException(Throwable cause)
cause
- the exception causeprotected WorkflowException(WorkflowException.WorkflowError errorCode)
errorCode
- the error codeprotected WorkflowException(WorkflowException.WorkflowError errorCode, ErrorDetailsType errorDetails, Map<String,String> parameters, String message, Throwable cause)
errorCode
- the error codeerrorDetails
- the error detailsparameters
- the error parametersmessage
- the exception messagecause
- the exception causeprotected WorkflowException(WorkflowException.WorkflowError errorCode, String message, Throwable cause, ErrorDetailsType errorDetails)
errorCode
- the error codeerrorDetails
- the error detailsmessage
- the exception messagecause
- the exception causeprotected WorkflowException(WorkflowException.WorkflowError errorCode, String message)
errorCode
- the error codemessage
- the exception messageprotected WorkflowException(WorkflowException.WorkflowError errorCode, Throwable cause)
errorCode
- the error codecause
- the exception causeprotected WorkflowException(WorkflowException.WorkflowError errorCode, String message, ErrorDetailsType errorDetails)
errorCode
- the error codemessage
- the exception messageerrorDetails
- the error detailsprotected WorkflowException(WorkflowException.WorkflowError errorCode, Throwable cause, ErrorDetailsType errorDetails)
errorCode
- the error codecause
- the exception causeerrorDetails
- the error detailsCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.