Package com.mindsdb.exception
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mindsdb.exception.UnauthorizedException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedException
-