All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.iap.SessionNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----iceberg.iap.SessionNotFoundException
- public class SessionNotFoundException
- extends Exception
SessionNotFoundException is thrown when a session does not exist,
but being used.
-
SessionNotFoundException(String)
-
-
getMessage()
-
SessionNotFoundException
public SessionNotFoundException(String msg)
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index