Class BlacklistForbiddendException

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

public class BlacklistForbiddendException extends RuntimeException
Exception thrown when an operation is denied because of a blacklisted argument.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • BlacklistForbiddendException

      public BlacklistForbiddendException()
    • BlacklistForbiddendException

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

      public BlacklistForbiddendException(String message, Throwable cause)
    • BlacklistForbiddendException

      public BlacklistForbiddendException(String message)
    • BlacklistForbiddendException

      public BlacklistForbiddendException(Throwable cause)