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 SummaryConstructorsConstructorDescriptionTransientSessionException(String message) TransientSessionException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TransientSessionExceptionpublic TransientSessionException()
- 
TransientSessionException
- 
TransientSessionException
- 
TransientSessionException
 
-