Class RepositoryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepositoryLockedException, RepositoryReadOnlyException, UnauthorizedException, UnknownTransactionStateException

public class RepositoryException extends RDF4JException
An exception thrown by classes from the Repository API to indicate an error. Most of the time, this exception will wrap another exception that indicates the actual source of the error.
See Also:
  • Constructor Details

    • RepositoryException

      public RepositoryException()
    • RepositoryException

      public RepositoryException(String msg)
    • RepositoryException

      public RepositoryException(Throwable t)
    • RepositoryException

      public RepositoryException(String msg, Throwable t)