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

Exception related with observers.

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
ObserverException()
          Creates new exception.
ObserverException(String message)
          Creates new exception with message.
ObserverException(String message, Throwable cause)
          Creates new exception with given message and cause.
ObserverException(Throwable cause)
          Creates new exception with 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()
Creates new exception.


ObserverException

public ObserverException(String message)
Creates new exception with message.

Parameters:
message - exception message

ObserverException

public ObserverException(Throwable cause)
Creates new exception with cause.

Parameters:
cause - exception cause

ObserverException

public ObserverException(String message,
                         Throwable cause)
Creates new exception with given message and cause.

Parameters:
message - exception message
cause - exception cause


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.