Class 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:
    Serialized Form
    • Constructor Detail

      • RuntimeRepositoryException

        public RuntimeRepositoryException​(javax.jcr.RepositoryException e)
      • RuntimeRepositoryException

        public RuntimeRepositoryException​(String message,
                                          javax.jcr.RepositoryException e)