Package java.nio.channels
Class NotYetConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.NotYetConnectedException
- All Implemented Interfaces:
Serializable
public class NotYetConnectedException extends IllegalStateException
A
NotYetConnectedException is thrown if the socket channel is not
connected before an I/O operation is invoked.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotYetConnectedException()Constructs aNotYetConnectedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotYetConnectedException
public NotYetConnectedException()Constructs aNotYetConnectedException.
-