Package org.fcrepo.kernel.api.exception
Class RepositoryVersionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.RepositoryVersionRuntimeException
- All Implemented Interfaces:
Serializable
- Since:
- 9/15/14
- Author:
- cabeer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrap a RepositoryVersionException in a runtime exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryVersionRuntimeException
Wrap a RepositoryVersionException in a runtime exception- Parameters:
msg- the message
-