Package org.fcrepo.kernel.api.exception
Class RepositoryRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException,ConcurrentUpdateException,ConstraintViolationException,ExternalContentAccessException,FedoraInvalidNamespaceException,GhostNodeException,InterruptedRuntimeException,InvalidChecksumException,InvalidPrefixException,InvalidResourceIdentifierException,ItemExistsException,ItemNotFoundException,MementoDatetimeFormatException,NoSuchPropertyDefinitionException,PathNotFoundRuntimeException,PreconditionException,RepositoryConfigurationException,RepositoryException,RepositoryVersionRuntimeException,ResourceTypeException,SessionMissingException,TombstoneException,UnsupportedAlgorithmException,UnsupportedMediaTypeException
Runtime exception
- Author:
- bbpennel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructor.RepositoryRuntimeException(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
-
RepositoryRuntimeException
Ordinary constructor.- Parameters:
msg- the message
-
RepositoryRuntimeException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-