org.apache.ws.pubsub.emitter
Class EmitterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.ws.pubsub.emitter.EmitterException
All Implemented Interfaces:
java.io.Serializable

public class EmitterException
extends java.lang.Exception

An exception thrown by a notification emitter indicating a problem when attempting to send a notification to a subscriber.

See Also:
Serialized Form

Constructor Summary
EmitterException()
          Constructor for EmitterException.
EmitterException(java.lang.String message)
          Constructor for EmitterException.
EmitterException(java.lang.String message, java.lang.Throwable cause)
          Constructor for EmitterException.
EmitterException(java.lang.Throwable cause)
          Constructor for EmitterException.
 
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

EmitterException

public EmitterException()
Constructor for EmitterException.


EmitterException

public EmitterException(java.lang.String message)
Constructor for EmitterException.

Parameters:
message -

EmitterException

public EmitterException(java.lang.String message,
                        java.lang.Throwable cause)
Constructor for EmitterException.

Parameters:
message -
cause -

EmitterException

public EmitterException(java.lang.Throwable cause)
Constructor for EmitterException.

Parameters:
cause -


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.