Package com.sk89q.worldedit.session
Class TransientSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.session.TransientSessionException
- All Implemented Interfaces:
Serializable
Thrown if the session cannot be persisted
(because
SessionKey.isPersistent()
returns false).- See Also:
-
Constructor Summary
ConstructorDescriptionTransientSessionException
(String message) TransientSessionException
(String message, 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
-
TransientSessionException
public TransientSessionException() -
TransientSessionException
-
TransientSessionException
-
TransientSessionException
-