Package com.sodius.oslc.server.trs.store
Class TrsStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sodius.oslc.server.trs.store.TrsStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TrsStoreCorruptedException
Thrown when a problem with the
TrsStore occurs.- Since:
- 1.10.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrsStoreException(String message) TrsStoreException(String message, 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
-
TrsStoreException
-
TrsStoreException
-