Class InvalidStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jagrosh.jdautilities.oauth2.exceptions.InvalidStateException
All Implemented Interfaces:
Serializable

public class InvalidStateException extends Exception
Exception raised when the provided OAuth2 state is not valid.

Not to be confused with IllegalStateException

Author:
John Grosh ([email protected])
See Also:
  • Constructor Details

    • InvalidStateException

      public InvalidStateException(String message)