org.apache.geronimo.gshell.common
Class Notification
java.lang.Object
java.lang.Throwable
java.lang.Error
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.