com.ibm.aglet
Class NotHandledException

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

public class NotHandledException
extends AgletException

Signals that the message was not handled by an aglet

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

Constructor Summary
NotHandledException()
          Constructs a NotHandledException
NotHandledException(java.lang.String s)
          Constructs a NotHandledException with the detailed message.
 
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

NotHandledException

public NotHandledException()
Constructs a NotHandledException

NotHandledException

public NotHandledException(java.lang.String s)
Constructs a NotHandledException with the detailed message.
Parameters:
s - the detailed message