Package org.fcrepo.kernel.api.exception
Class MementoDatetimeFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.MementoDatetimeFormatException
- All Implemented Interfaces:
Serializable
Indicates that the wrong format of the Memento-Datetime.
- Since:
- 2018-03-12
- Author:
- lsitu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMementoDatetimeFormatException(String msg, Throwable rootCause) Ordinary constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MementoDatetimeFormatException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-