public class UnknownSessionException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
sessionID
The execution session ID that is unknown and lead to this exception.
|
| Constructor and Description |
|---|
UnknownSessionException(java.lang.String sessionID)
Creates a new exception indicating that the designated execution session
ID is not known by the requested service.
|
UnknownSessionException(java.lang.String sessionID,
java.lang.String msg)
Creates a new exception indicating that the designated execution session
ID is not known by the requested service.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSessionID()
Gets the execution session ID that is unknown and lead to this exception.
|
protected final java.lang.String sessionID
public UnknownSessionException(java.lang.String sessionID)
sessionID - The execution session ID that is unknown and lead to this
exception.public UnknownSessionException(java.lang.String sessionID,
java.lang.String msg)
sessionID - The execution session ID that is unknown and lead to this
exception.msg - An arbitrary message for the exception.