Package com.djrapitops.plan.exceptions
Class WebUserAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.djrapitops.plan.exceptions.connection.WebException
com.djrapitops.plan.exceptions.WebUserAuthException
- All Implemented Interfaces:
Serializable
Thrown when WebUser can not be authorized (WebServer).
- See Also:
-
Constructor Summary
ConstructorDescriptionWebUserAuthException
(FailReason failReason) WebUserAuthException
(FailReason failReason, String additionalInfo) WebUserAuthException
(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
-
WebUserAuthException
-
WebUserAuthException
-
WebUserAuthException
-
-
Method Details
-
getFailReason
-