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:
java.io.Serializable
public class UnwriteableSessionDataException extends java.lang.Exception
UnwriteableSessionDataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnwriteableSessionDataException(java.lang.String id, SessionContext contextId, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
SessionContext
getSessionContext()
-
-
-
Constructor Detail
-
UnwriteableSessionDataException
public UnwriteableSessionDataException(java.lang.String id, SessionContext contextId, java.lang.Throwable t)
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getSessionContext
public SessionContext getSessionContext()
-
-