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
,PersistentStorageException
,PreconditionException
,RepositoryConfigurationException
,RepositoryException
,RepositoryVersionRuntimeException
,ResourceTypeException
,SessionMissingException
,TombstoneException
,UnsupportedAlgorithmException
,UnsupportedMediaTypeException
public class RepositoryRuntimeException extends RuntimeException
Runtime exception- Author:
- bbpennel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryRuntimeException(String msg)
Ordinary 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 Detail
-
RepositoryRuntimeException
public RepositoryRuntimeException(String msg)
Ordinary constructor.- Parameters:
msg
- the message
-
RepositoryRuntimeException
public RepositoryRuntimeException(String msg, Throwable rootCause)
Ordinary constructor.- Parameters:
msg
- the messagerootCause
- the root cause
-
-