public class NotActiveException extends SdkException
Constructor and Description |
---|
NotActiveException() |
NotActiveException(NotActiveExceptionType typeNotFound,
java.lang.Object whatNotFound) |
NotActiveException(NotActiveExceptionType typeNotFound,
java.lang.Object whatNotFound,
java.lang.String message) |
NotActiveException(NotActiveExceptionType typeNotFound,
java.lang.Object whatNotFound,
java.lang.String message,
java.lang.Throwable cause) |
NotActiveException(NotActiveExceptionType typeNotFound,
java.lang.Object whatNotFound,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
NotActiveExceptionType |
getType() |
java.lang.Object |
getWhatNotFound() |
public NotActiveException()
public NotActiveException(NotActiveExceptionType typeNotFound, java.lang.Object whatNotFound)
public NotActiveException(NotActiveExceptionType typeNotFound, java.lang.Object whatNotFound, java.lang.String message)
public NotActiveException(NotActiveExceptionType typeNotFound, java.lang.Object whatNotFound, java.lang.Throwable cause)
public NotActiveException(NotActiveExceptionType typeNotFound, java.lang.Object whatNotFound, java.lang.String message, java.lang.Throwable cause)
public NotActiveExceptionType getType()
public java.lang.Object getWhatNotFound()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable