com.ibm.aglet
Class AgletNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.aglet.AgletException
                    |
                    +--com.ibm.aglet.AgletNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class AgletNotFoundException
extends AgletException

Signals that the aglet could not be found.

Version:
1.00 96/08/23
Author:
Mitsuru Oshima
See Also:
Serialized Form

Constructor Summary
AgletNotFoundException()
           
AgletNotFoundException(java.lang.String s)
           
 
Methods inherited from class com.ibm.aglet.AgletException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgletNotFoundException

public AgletNotFoundException()

AgletNotFoundException

public AgletNotFoundException(java.lang.String s)