Class WebException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.djrapitops.plan.exceptions.connection.WebException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForbiddenException
,WebUserAuthException
Thrown when Connection POST-request fails, general Exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionWebException
(String message) WebException
(String message, Throwable cause) WebException
(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
-
WebException
public WebException() -
WebException
-
WebException
-
WebException
-