Class WSTCPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description WSTCPException(WSTCPError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSTCPErrorgetError()StringgetMessage()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
WSTCPException
public WSTCPException(WSTCPError error)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getError
public WSTCPError getError()
-
-