public class InvalidAddressException extends StorageFailureException
ERROR_CODE_CONFLICT, ERROR_CODE_INTERNAL_ERROR, ERROR_CODE_NOT_FOUND, ERROR_CODE_NOT_SET
Constructor and Description |
---|
InvalidAddressException()
Creates an
InvalidAddressException with no detail message. |
InvalidAddressException(java.lang.String message)
Creates an
InvalidAddressException with the specified detail message. |
toString
getErrorCode, getHttpErrorCode, isHttpErrorCodeSet, setHttpErrorCode
public InvalidAddressException()
InvalidAddressException
with no detail message.public InvalidAddressException(java.lang.String message)
InvalidAddressException
with the specified detail message.message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method)