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