javax.enterprise.event
Class ObserverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.enterprise.event.ObserverException
All Implemented Interfaces:
Serializable

public class ObserverException
extends RuntimeException

Indicates that a checked exception was thrown by an observer method during event notification.

Author:
Pete Muir, Gavin King
See Also:
Serialized Form

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

ObserverException

public ObserverException()

ObserverException

public ObserverException(String message)

ObserverException

public ObserverException(Throwable cause)

ObserverException

public ObserverException(String message,
                         Throwable cause)


Copyright © 2008-2010 Seam Framework. All Rights Reserved.