public class IncorrectStateException extends SagaException
ALREADY_EXISTS, AUTHENTICATION_FAILED, AUTHORIZATION_FAILED, BAD_PARAMETER, DOES_NOT_EXIST, INCORRECT_STATE, INCORRECT_URL, IO_EXCEPTION, NO_SUCCESS, NOT_IMPLEMENTED, PERMISSION_DENIED, TIMEOUT
Constructor and Description |
---|
IncorrectStateException()
Constructs an IncorrectState exception.
|
IncorrectStateException(String message)
Constructs an IncorrectState exception with the specified detail message.
|
IncorrectStateException(String message,
SagaObject object)
Constructs an IncorrectState exception with the specified detail message
and associated SAGA object.
|
IncorrectStateException(String message,
Throwable cause)
Constructs an IncorrectState exception with the specified detail message
and cause.
|
IncorrectStateException(String detail,
Throwable cause,
SagaObject object)
Constructs a new IncorrectStateException with the specified detail message,
specified cause and associated SAGA object.
|
IncorrectStateException(Throwable cause)
Constructs an IncorrectState exception with the specified cause.
|
IncorrectStateException(Throwable cause,
SagaObject object)
Constructs a new IncorrectStateException with the specified cause and
associated SAGA object.
|
addNestedException, compareTo, getAllExceptions, getAllMessages, getObject, iterator, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IncorrectStateException()
public IncorrectStateException(String message)
message
- the detail message.public IncorrectStateException(Throwable cause)
cause
- the cause.public IncorrectStateException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public IncorrectStateException(String message, SagaObject object)
message
- the detail message.object
- the associated SAGA object.public IncorrectStateException(Throwable cause, SagaObject object)
cause
- the cause.object
- the SAGA object associated with the exception.public IncorrectStateException(String detail, Throwable cause, SagaObject object)
detail
- the detail message.cause
- the cause.object
- the SAGA object associated with the exception.Copyright © 2016 Open Grid Forum. All rights reserved.