Class OcflStateException

All Implemented Interfaces:
Serializable

public class OcflStateException extends OcflJavaException
This is a generic exception that indicates that a state constraint was violated
See Also:
  • Constructor Details

    • OcflStateException

      public OcflStateException()
    • OcflStateException

      public OcflStateException(String message)
    • OcflStateException

      public OcflStateException(String message, Throwable cause)
    • OcflStateException

      public OcflStateException(Throwable cause)