Package io.ocfl.api.exception
Class InvalidVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.ocfl.api.exception.OcflJavaException
-
- io.ocfl.api.exception.InvalidVersionException
-
- All Implemented Interfaces:
Serializable
public class InvalidVersionException extends OcflJavaException
This exception indicates that a version number is invalid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidVersionException()
InvalidVersionException(String message)
InvalidVersionException(String message, Throwable cause)
InvalidVersionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-