Package org.eclipse.jetty.server.session
Class UnwriteableSessionDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jetty.server.session.UnwriteableSessionDataException
-
- All Implemented Interfaces:
Serializable
public class UnwriteableSessionDataException extends Exception
UnwriteableSessionDataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnwriteableSessionDataException(String id, SessionContext contextId, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()SessionContextgetSessionContext()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnwriteableSessionDataException
public UnwriteableSessionDataException(String id, SessionContext contextId, Throwable t)
-
-
Method Detail
-
getId
public String getId()
-
getSessionContext
public SessionContext getSessionContext()
-
-