org.sonatype.sisu.goodies.common
Class Notification

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.sonatype.sisu.goodies.common.Notification
All Implemented Interfaces:
Serializable

public class Notification
extends Error

Support for throwable notifications. Does not fill the stack trace.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
Notification()
           
Notification(String message)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 
Methods inherited from class java.lang.Throwable
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

Notification

public Notification()

Notification

public Notification(String message)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.