org.sonatype.gshell.notification
Class Notification
java.lang.Object
java.lang.Throwable
java.lang.Error
org.sonatype.gshell.notification.Notification
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ErrorNotification, ExitNotification, ResultNotification
public abstract class Notification
- extends Error
Thrown to indicate a notification state.
Extending from Error to prevent need to declare throwable.
- Since:
- 2.0
- Author:
- Jason Dillon
- 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 © 2008-2011 Sonatype. All Rights Reserved.