Class CorruptObjectException

  • All Implemented Interfaces:
    Serializable

    public class CorruptObjectException
    extends OcflJavaException
    This exception indicates that there is something wrong with the underlying OCFL object, and it cannot be operated on by the ocfl-java library.
    See Also:
    Serialized Form
    • Constructor Detail

      • CorruptObjectException

        public CorruptObjectException()
      • CorruptObjectException

        public CorruptObjectException​(String message)
      • CorruptObjectException

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

        public CorruptObjectException​(Throwable cause)