org.ws4d.java.eventing
Class EventingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ws4d.java.service.InvocationException
              extended by org.ws4d.java.eventing.EventingException
All Implemented Interfaces:
java.io.Serializable

public class EventingException
extends InvocationException

WS-Eventing exception.

See Also:
Serialized Form

Constructor Summary
EventingException(FaultMessage fault)
           
EventingException(QName subcode, java.lang.String reason)
           
EventingException(java.lang.String reason)
           
 
Method Summary
 
Methods inherited from class org.ws4d.java.service.InvocationException
getAction, getCode, getDetail, getMessage, getReason, getSubcode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventingException

public EventingException(java.lang.String reason)
Parameters:
reason -

EventingException

public EventingException(QName subcode,
                         java.lang.String reason)
Parameters:
subcode -
reason -

EventingException

public EventingException(FaultMessage fault)