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