Class RepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.joschi.jadconfig.RepositoryException
All Implemented Interfaces:
Serializable

public class RepositoryException extends Exception
This exception indicates that an error occurred while using a Repository.
Author:
jschalanda
See Also:
  • Constructor Details

    • RepositoryException

      public RepositoryException()
    • RepositoryException

      public RepositoryException(String s)
    • RepositoryException

      public RepositoryException(String s, Throwable throwable)
    • RepositoryException

      public RepositoryException(Throwable throwable)