Package com.sk89q.worldedit.session
Class MissingSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.session.MissingSessionException
- All Implemented Interfaces:
Serializable
Raised when the session is missing.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionMissingSessionException(String message)
MissingSessionException(String message, Throwable cause)
MissingSessionException(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
-
MissingSessionException
public MissingSessionException() -
MissingSessionException
-
MissingSessionException
-
MissingSessionException
-