IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.container.binding
Class EndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wsspi.container.binding.EndpointException
All Implemented Interfaces:
java.io.Serializable

public class EndpointException
extends java.lang.Exception

Exception thrown during endponit creation and management.

See Also:
Serialized Form

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

EndpointException

public EndpointException(java.lang.String s)

EndpointException

public EndpointException(java.lang.Throwable cause)

EndpointException

public EndpointException(java.lang.String message,
                         java.lang.Throwable cause)

IBM WebSphere Application ServerTM
Release 7