org.apache.geronimo.gshell
Class ErrorNotification
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.geronimo.gshell.common.Notification
org.apache.geronimo.gshell.ErrorNotification
- All Implemented Interfaces:
- Serializable
public class ErrorNotification
- extends Notification
Thrown to indicate an error notification state.
- Version:
- $Rev: 573933 $ $Date: 2007-09-08 17:22:15 -0700 (Sat, 08 Sep 2007) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ErrorNotification
public ErrorNotification(String msg)
ErrorNotification
public ErrorNotification(String msg,
Throwable cause)
ErrorNotification
public ErrorNotification(Throwable cause)
ErrorNotification
public ErrorNotification()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.