Class RuntimeRepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.repository.api.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:
  • Constructor Details

    • RuntimeRepositoryException

      public RuntimeRepositoryException(String message)
    • RuntimeRepositoryException

      public RuntimeRepositoryException(RepositoryException cause)
    • RuntimeRepositoryException

      public RuntimeRepositoryException(String message, RepositoryException cause)