NotActiveExceptionpublic class NotActiveException extends ObjectStreamException Thrown when serialization or deserialization is not active. |
Constructors Summary |
---|
public NotActiveException(String reason)Constructor to create a new NotActiveException with the reason given.
super(reason);
| public NotActiveException()Constructor to create a new NotActiveException without a reason.
super();
|
|