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
public class RepositoryRuntimeException extends RuntimeException
JCR Repository runtime exception in frontend application- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryRuntimeException()
RepositoryRuntimeException(String message)
RepositoryRuntimeException(String message, Throwable cause)
RepositoryRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-