Class InvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jagrosh.jdautilities.oauth2.exceptions.InvalidStateException
- All Implemented Interfaces:
Serializable
Exception raised when the provided OAuth2 state is not valid.
Not to be confused with IllegalStateException
- Author:
- John Grosh ([email protected])
- 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
-
InvalidStateException
-