Class RepositoryNotExistingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.exceptions.RepositoryNotExistingException
All Implemented Interfaces:
Serializable

public class RepositoryNotExistingException extends Exception
See Also:
  • Constructor Details

    • RepositoryNotExistingException

      public RepositoryNotExistingException()
    • RepositoryNotExistingException

      public RepositoryNotExistingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • RepositoryNotExistingException

      public RepositoryNotExistingException(String message, Throwable cause)
    • RepositoryNotExistingException

      public RepositoryNotExistingException(String message)
    • RepositoryNotExistingException

      public RepositoryNotExistingException(Throwable cause)