All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.aglet.AgletNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.aglet.AgletException
                           |
                           +----com.ibm.aglet.AgletNotFoundException

public class AgletNotFoundException
extends AgletException
Signals that the aglet could not be found.


Constructor Index

 o AgletNotFoundException()
 o AgletNotFoundException(String)

Constructors

 o AgletNotFoundException
 public AgletNotFoundException()
 o AgletNotFoundException
 public AgletNotFoundException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index