Package com.mrivanplays.jdoa2
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mrivanplays.jdoa2.AuthenticationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionAuthenticationException
(String message) AuthenticationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-
AuthenticationException
-