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 checked RepositoryException : This class can be used to delegate a RepositoryException that cannot be handled into a RuntimeException
See Also: