Class RepositoryRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSessionException, RepositoryUnavailableException

public class RepositoryRuntimeException extends RuntimeException
JCR Repository runtime exception in frontend application
See Also:
  • Constructor Details

    • RepositoryRuntimeException

      public RepositoryRuntimeException()
    • RepositoryRuntimeException

      public RepositoryRuntimeException(String message)
    • RepositoryRuntimeException

      public RepositoryRuntimeException(String message, Throwable cause)
    • RepositoryRuntimeException

      public RepositoryRuntimeException(Throwable cause)