public class NotActiveException extends ObjectStreamException
Constructor and Description |
---|
NotActiveException()
构造函数创建一个新的NotActiveException没有原因。
|
NotActiveException(String reason)
构造函数创建一个新的NotActiveException与给定的原因。
|
addSuppressed,
fillInStackTrace, getCause, getLocalizedMessage,
getMessage, getStackTrace, getSuppressed, initCause,
printStackTrace, printStackTrace,
printStackTrace,
setStackTrace,
toString
public NotActiveException(String reason)
reason
- 一个描述异常原因的字符串。
public NotActiveException()