Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends RuntimeException
Represents an exception, thrown when there was error while trying to authenticate with discord api.

If the error wasn't a java exception, the message's format is as such: "http error:message"

See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(Throwable cause)