Package org.hippoecm.frontend
Class RepositoryUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hippoecm.frontend.RepositoryRuntimeException
-
- org.hippoecm.frontend.RepositoryUnavailableException
-
- All Implemented Interfaces:
Serializable
public class RepositoryUnavailableException extends RepositoryRuntimeException
Runtime exception representing the status that there's no available JCR repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryUnavailableException()
RepositoryUnavailableException(String message)
RepositoryUnavailableException(String message, Throwable cause)
RepositoryUnavailableException(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 Detail
-
RepositoryUnavailableException
public RepositoryUnavailableException()
-
RepositoryUnavailableException
public RepositoryUnavailableException(String message)
-
RepositoryUnavailableException
public RepositoryUnavailableException(String message, Throwable cause)
-
RepositoryUnavailableException
public RepositoryUnavailableException(Throwable cause)
-
-