- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.sun.nio.sctp.IllegalUnbindException
-
- All Implemented Interfaces:
-
Serializable
public class IllegalUnbindException extends IllegalStateException
尝试删除未绑定到该通道的地址时删除未检查的异常,或从仅具有一个地址的通道中删除地址。- 从以下版本开始:
- 1.7
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 IllegalUnbindException()
构造这个类的一个实例。IllegalUnbindException(String msg)
使用指定的详细消息构造此类的实例。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
IllegalUnbindException
public IllegalUnbindException()
构造这个类的一个实例。
-
IllegalUnbindException
public IllegalUnbindException(String msg)
使用指定的详细消息构造此类的实例。- 参数
-
msg
- 包含详细消息的字符串
-
-