Save This Page
Home » openjdk-7 » java » nio » channels » [javadoc | source]
java.nio.channels
public class: AlreadyConnectedException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            java.lang.IllegalStateException
               java.nio.channels.AlreadyConnectedException

All Implemented Interfaces:
    Serializable

An {@code AlreadyConnectedException} is thrown when an attempt is made to connect a SocketChannel that is already connected.
Fields inherited from java.lang.IllegalStateException:
serialVersionUID
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public AlreadyConnectedException() 
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait