Class PathConstraintException

All Implemented Interfaces:
Serializable

public class PathConstraintException extends OcflJavaException
Indicates when a path has failed a constraint check.
See Also:
  • Constructor Details

    • PathConstraintException

      public PathConstraintException()
    • PathConstraintException

      public PathConstraintException(String message)
    • PathConstraintException

      public PathConstraintException(String message, Throwable cause)
    • PathConstraintException

      public PathConstraintException(Throwable cause)