public class UnwriteableSessionDataException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_id |
private SessionContext |
_sessionContext |
Constructor and Description |
---|
UnwriteableSessionDataException(java.lang.String id,
SessionContext contextId,
java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
SessionContext |
getSessionContext() |
private java.lang.String _id
private SessionContext _sessionContext
public UnwriteableSessionDataException(java.lang.String id, SessionContext contextId, java.lang.Throwable t)
public java.lang.String getId()
public SessionContext getSessionContext()