NotActiveExceptionNameNotActiveExceptionSynopsis
DescriptionA NotActiveException is thrown to indicate that an inappropriate method is being called when serialization or deserialization is not in progress. Class Summary
public class java.io.NotActiveException extends java.io.ObjectStreamException { // Constructors public NotActiveException(); public NotActiveException(String reason); } ConstructorsNotActiveExceptionpublic NotActiveException()
public NotActiveException(String reason)
Inherited Methods
See AlsoException, ObjectStreamException, Throwable |
|