org.apache.axis2.jaxws.server.endpoint.lifecycle
Class EndpointLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.axis2.jaxws.lifecycle.LifecycleException
              extended by org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException
All Implemented Interfaces:
java.io.Serializable

public class EndpointLifecycleException
extends LifecycleException

See Also:
Serialized Form

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

EndpointLifecycleException

public EndpointLifecycleException()

EndpointLifecycleException

public EndpointLifecycleException(java.lang.String message)
Parameters:
message -

EndpointLifecycleException

public EndpointLifecycleException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -

EndpointLifecycleException

public EndpointLifecycleException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2007 Apache Web Services Project. All Rights Reserved.