com.sun.xml.ws.transport.tcp.util
Class WSTCPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.transport.tcp.util.WSTCPException
All Implemented Interfaces:
java.io.Serializable

public class WSTCPException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
WSTCPException(WSTCPError error)
           
 
Method Summary
 WSTCPError getError()
           
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSTCPException

public WSTCPException(WSTCPError error)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getError

public WSTCPError getError()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable