org.apache.geronimo.gshell
Class ErrorNotification

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.geronimo.gshell.common.Notification
              extended by 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

Constructor Summary
ErrorNotification()
           
ErrorNotification(String msg)
           
ErrorNotification(String msg, Throwable cause)
           
ErrorNotification(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

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.