Package org.fcrepo.kernel.api.exception
Class InsufficientStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.InsufficientStorageException
- All Implemented Interfaces:
Serializable
Exception thrown when the device has insufficient storage to complete the operation.
- Since:
- Oct 7, 2016
- Author:
- Daniel Bernstein
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInsufficientStorageException(String message, Throwable t) Exception with message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InsufficientStorageException
Exception with message- Parameters:
message- the messaget- the throwable
-