Package org.hippoecm.frontend
Class RepositoryRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.frontend.RepositoryRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSessionException
,RepositoryUnavailableException
JCR Repository runtime exception in frontend application
- See Also:
-
Constructor Summary
ConstructorDescriptionRepositoryRuntimeException
(String message) RepositoryRuntimeException
(String message, Throwable cause) -
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
public RepositoryRuntimeException() -
RepositoryRuntimeException
-
RepositoryRuntimeException
-
RepositoryRuntimeException
-