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
public class MementoDatetimeFormatException extends RepositoryRuntimeException
Indicates that the wrong format of the Memento-Datetime.- Since:
- 2018-03-12
- Author:
- lsitu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MementoDatetimeFormatException(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 Detail
-
MementoDatetimeFormatException
public MementoDatetimeFormatException(String msg, Throwable rootCause)
Ordinary constructor.- Parameters:
msg
- the messagerootCause
- the root cause
-
-