com.ibm.aglet
Class AgletNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.aglet.AgletException
              extended bycom.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

Field Summary
 
Fields inherited from class com.ibm.aglet.AgletException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, 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)