com.ibm.aglet
Class InvalidAgletException

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

public class InvalidAgletException
extends AgletException

Signals that the aglet proxy is not valid any longer.

Version:
1.20 $Date: 2001/07/28 06:33:51 $
Author:
Mitsuru Oshima
See Also:
Serialized Form

Constructor Summary
InvalidAgletException()
           
InvalidAgletException(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

InvalidAgletException

public InvalidAgletException()

InvalidAgletException

public InvalidAgletException(java.lang.String s)