Package com.sk89q.worldedit.util.auth
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.WorldEditException
com.sk89q.worldedit.util.auth.AuthorizationException
- All Implemented Interfaces:
Serializable
Raised when authorization is not granted.
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthorizationException
(com.sk89q.worldedit.util.formatting.text.Component message) AuthorizationException
(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause) AuthorizationException
(String message) Deprecated.AuthorizationException
(String message, Throwable cause) Deprecated.AuthorizationException
(Throwable cause) -
Method Summary
Methods inherited from class com.sk89q.worldedit.WorldEditException
getRichMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
public AuthorizationException() -
AuthorizationException
public AuthorizationException(com.sk89q.worldedit.util.formatting.text.Component message) -
AuthorizationException
Deprecated. -
AuthorizationException
public AuthorizationException(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause) -
AuthorizationException
Deprecated. -
AuthorizationException
-