public class UserNotFoundException extends AmazonServiceException
This exception is thrown when a user is not found.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
UserNotFoundException(String message)
Constructs a new UserNotFoundException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserNotFoundException(String message)
message - Describes the error encountered.Copyright © 2020. All rights reserved.