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:
Serializable

public class WSTCPException
extends Exception

Author:
Alexey Stashok
See Also:
Serialized Form

Constructor Summary
WSTCPException(WSTCPError error)
           
 
Method Summary
 WSTCPError getError()
           
 String getMessage()
           
 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 String getMessage()
Overrides:
getMessage in class Throwable

getError

public WSTCPError getError()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.