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