javax.microedition.ipdr
Class SessionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.microedition.ipdr.SessionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidSessionStateException

public abstract class SessionException
extends java.lang.Exception

Indicates session exception.

Version:
1.0
Author:
Shai Gotlib

Field Summary
protected  byte sessionId
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
protected SessionException(byte sessionId)
          Constructor for SessionException
protected SessionException(byte sessionId, java.lang.String message)
          Constructor for SessionException
 
Method Summary
 byte getSessionId()
          Returns the sessionId.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sessionId

protected byte sessionId
Constructor Detail

SessionException

protected SessionException(byte sessionId)
Constructor for SessionException

Parameters:
sessionId - the session id

SessionException

protected SessionException(byte sessionId,
                           java.lang.String message)
Constructor for SessionException

Parameters:
sessionId - the session id
message - the message
Method Detail

getSessionId

public byte getSessionId()
Returns the sessionId.

Returns:
byte the session id