com.go.trove.net
Class CheckedInterruptedIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.InterruptedIOException
|
+--com.go.trove.net.CheckedInterruptedIOException
- All Implemented Interfaces:
- java.io.Serializable
- public class CheckedInterruptedIOException
- extends java.io.InterruptedIOException
- Version:
- 2 , 01/01/22
- Author:
- Brian S O'Neill
- See Also:
- Serialized Form
| Fields inherited from class java.io.InterruptedIOException |
bytesTransferred |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getCause
public java.io.InterruptedIOException getCause()
getSource
public java.net.Socket getSource()
- Returns null if source socket has been reclaimed by the garbage
collector.
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace in class java.lang.Throwable