Class BinaryStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.persist.core.spi.binary.BinaryStoreException
- All Implemented Interfaces:
Serializable
Thrown when an error happened during the saving of an object from a store.
- See Also:
-
Constructor Summary
ConstructorDescriptionBinaryStoreException
(String message) BinaryStoreException
(String message, Throwable cause) BinaryStoreException
(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
-
BinaryStoreException
-
BinaryStoreException
-
BinaryStoreException
-