Apache CXF API

org.apache.cxf.wsn
Class EndpointRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.wsn.EndpointRegistrationException
All Implemented Interfaces:
Serializable

public class EndpointRegistrationException
extends Exception

See Also:
Serialized Form

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

EndpointRegistrationException

public EndpointRegistrationException()

EndpointRegistrationException

public EndpointRegistrationException(String message,
                                     Throwable cause)

EndpointRegistrationException

public EndpointRegistrationException(String message)

EndpointRegistrationException

public EndpointRegistrationException(Throwable cause)

Apache CXF API

Apache CXF