Class MissingSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.conversations.tool.exception.MissingSessionException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=FORBIDDEN, reason="Missing Sakai Session") public class MissingSessionException extends RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingSessionException()MissingSessionException(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
-
-