wt.util
Class WrappedSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
wt.util.WrappedSocketException
- All Implemented Interfaces:
- Serializable
- public class WrappedSocketException
- extends IOException
A special exception used by WrappedSocket
to wrap
exceptions thrown while reading or writing from wrapped sockets.
This allows them to be identifed by higher level code as resulting
from reading or writing on a WrappedSocket
.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
exception
private IOException exception
WrappedSocketException
public WrappedSocketException(IOException exception)
getException
public IOException getException()
getMessage
public String getMessage()
getLocalizedMessage
public String getLocalizedMessage()
toString
public String toString()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream s)
printStackTrace
public void printStackTrace(PrintWriter s)