public abstract class Notification extends Error
Extending from Error to prevent need to declare throwable.
Constructor and Description |
---|
Notification() |
Notification(String msg) |
Notification(String msg,
Throwable cause) |
Notification(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008-2013 Sonatype. All Rights Reserved.