Apache CXF API

org.apache.cxf.endpoint
Class EndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.common.i18n.Exception
              extended by org.apache.cxf.endpoint.EndpointException
All Implemented Interfaces:
Serializable

public class EndpointException
extends Exception

See Also:
Serialized Form

Constructor Summary
EndpointException(Message msg)
           
EndpointException(Message msg, Throwable t)
           
EndpointException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.common.i18n.Exception
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EndpointException

public EndpointException(Message msg)

EndpointException

public EndpointException(Message msg,
                         Throwable t)

EndpointException

public EndpointException(Throwable cause)

Apache CXF API

Apache CXF