Package org.hippoecm.hst.core.jcr
Class RuntimeRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hippoecm.hst.core.jcr.RuntimeRepositoryException
-
- All Implemented Interfaces:
Serializable
public class RuntimeRepositoryException extends RuntimeException
The unchecked equivalent of the checkedRepositoryException
: This class can be used to delegate aRepositoryException
that cannot be handled into aRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeRepositoryException(String message, RepositoryException e)
RuntimeRepositoryException(RepositoryException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeRepositoryException
public RuntimeRepositoryException(RepositoryException e)
-
RuntimeRepositoryException
public RuntimeRepositoryException(String message, RepositoryException e)
-
-