Class aglet.AgletNotFoundException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aglet.AgletNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----aglet.AgletException
                           |
                           +----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