Class ForbiddenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mindsdb.exception.ForbiddenException
All Implemented Interfaces:
Serializable

public class ForbiddenException extends Exception
Exception thrown when a forbidden action is attempted. This class extends Exception to provide a specific type of error indicating that the requested operation is not allowed.
See Also:
  • Constructor Details

    • ForbiddenException

      public ForbiddenException(String message)
      Constructs a new ForbiddenException with the specified detail message.
      Parameters:
      message - the detail message, which is saved for later retrieval by the Throwable.getMessage() method