Class OcflInputException

  • All Implemented Interfaces:
    Serializable

    public class OcflInputException
    extends OcflJavaException
    This is a generic exception that indicates that there was something wrong with an input to ocfl-java
    See Also:
    Serialized Form
    • Constructor Detail

      • OcflInputException

        public OcflInputException()
      • OcflInputException

        public OcflInputException​(String message)
      • OcflInputException

        public OcflInputException​(String message,
                                  Throwable cause)
      • OcflInputException

        public OcflInputException​(Throwable cause)