|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.microedition.ipdr.SessionException
Indicates session exception.
| 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 |
protected byte sessionId
| Constructor Detail |
protected SessionException(byte sessionId)
sessionId - the session id
protected SessionException(byte sessionId,
java.lang.String message)
sessionId - the session idmessage - the message| Method Detail |
public byte getSessionId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||