Class UnauthorizedException

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

public class UnauthorizedException extends Exception
Exception thrown when an unauthorized access attempt is made. This class extends Exception to indicate that a request requires user authentication that has either failed or has not yet been provided.
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)