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.


Constructor Index

 o SessionNotFoundException(String)

Method Index

 o getMessage()

Constructors

 o SessionNotFoundException
 public SessionNotFoundException(String msg)

Methods

 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index