Package org.eclipse.jetty.server.session
Class UnreadableSessionDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jetty.server.session.UnreadableSessionDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnreadableSessionDataException extends java.lang.Exception
UnreadableSessionDataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnreadableSessionDataException(java.lang.String id, SessionContext sessionContext, 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
-
UnreadableSessionDataException
public UnreadableSessionDataException(java.lang.String id, SessionContext sessionContext, java.lang.Throwable t)
- Parameters:
id
- the session idsessionContext
- the sessionContextt
- the cause of the exception
-
-
Method Detail
-
getId
public java.lang.String getId()
- Returns:
- the session id
-
getSessionContext
public SessionContext getSessionContext()
- Returns:
- the SessionContext to which the unreadable session belongs
-
-