Package io.micronaut.objectstorage
Class ObjectStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.objectstorage.ObjectStorageException
- All Implemented Interfaces:
Serializable
Represents an error produced when an object storage operation fails.
- Since:
- 1.0
- Author:
- Pavol Gressa
- See Also:
-
Constructor Summary
ConstructorDescriptionObjectStorageException
(String message) ObjectStorageException
(String message, Throwable cause) ObjectStorageException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectStorageException
-
ObjectStorageException
-
ObjectStorageException
-