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()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.