org.apache.geronimo.gshell.common
Class Notification

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.geronimo.gshell.common.Notification
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ErrorNotification, ExitNotification

public abstract class Notification
extends Error

Thrown to indicate a notification state.

Version:
$Rev: 572552 $ $Date: 2007-09-03 23:50:37 -0700 (Mon, 03 Sep 2007) $
See Also:
Serialized Form

Constructor Summary
Notification()
           
Notification(String msg)
           
Notification(String msg, Throwable cause)
           
Notification(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Notification

public Notification(String msg,
                    Throwable cause)

Notification

public Notification(String msg)

Notification

public Notification(Throwable cause)

Notification

public Notification()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.