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

public class TrsStoreException extends Exception
Thrown when a problem with the TrsStore occurs.
Since:
1.10.0
See Also:
  • Constructor Details

    • TrsStoreException

      public TrsStoreException(String message)
    • TrsStoreException

      public TrsStoreException(String message, Throwable cause)