|
JavaTM SCTP API DRAFT ea-b10 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.sun.nio.sctp.IllegalUnbindException
public class IllegalUnbindException
Unchecked exception thrown when an attempt is made to remove an
address that is not bound to the channel, remove an address from a
channel that has only one address bound to it, or remove an address
from a channel that has already had an I/O operation invoked on it,
that is, send, receive, or accept.
| Constructor Summary | |
|---|---|
IllegalUnbindException()
Constructs an instance of this class. |
|
IllegalUnbindException(String msg)
Constructs an instance of this class with the specified detailed message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalUnbindException()
public IllegalUnbindException(String msg)
|
JavaTM SCTP API DRAFT ea-b10 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||