Package one.nio.net
Class SocketClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.SocketException
-
- one.nio.net.SocketClosedException
-
- All Implemented Interfaces:
Serializable
public class SocketClosedException extends SocketException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocketClosedException()SocketClosedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SocketClosedException
public SocketClosedException()
-
SocketClosedException
public SocketClosedException(String msg)
-
-