public class TeaIllegalStateException extends TeaException
TeaOperation
intent and the current state of the object on which the TeaOperation was invoked.
The object state should not change when this exception is thrown.The HTTP status code used for indicating this exception is 409.Constructor and Description |
---|
TeaIllegalStateException(String message)
Constructs a TeaIllegalStateException
|
TeaIllegalStateException(String message,
int exitCode)
Constructs a TeaIllegalStateException
|
TeaIllegalStateException(String message,
String details)
Constructs a TeaIllegalStateException
|
TeaIllegalStateException(String message,
String details,
int exitCode)
Constructs a TeaIllegalStateException
|
TeaIllegalStateException(String message,
String details,
Throwable cause)
Constructs a TeaIllegalStateException
|
TeaIllegalStateException(String message,
String details,
Throwable cause,
int exitCode)
Constructs a TeaIllegalStateException
|
getDetails, getExitCode, getStatusCode, toString, withHttpStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public TeaIllegalStateException(String message, String details, Throwable cause)
message
- message describing the exceptiondetails
- details of what caused the exceptioncause
- the exception which is being wrapped with this TeaIllegalStateExceptionpublic TeaIllegalStateException(String message, String details)
message
- message describing the exceptiondetails
- details of what caused the exceptionpublic TeaIllegalStateException(String message)
message
- message describing the exceptionpublic TeaIllegalStateException(String message, String details, Throwable cause, int exitCode)
message
- message describing the exceptiondetails
- details of what caused the exceptioncause
- the exception which is being wrapped with this TeaIllegalStateExceptionpublic TeaIllegalStateException(String message, String details, int exitCode)
message
- message describing the exceptiondetails
- details of what caused the exceptionpublic TeaIllegalStateException(String message, int exitCode)
message
- message describing the exceptionCopyright © 2015 Cloud Software Group, Inc.. All Rights Reserved.