java.io.NotActiveException
java.io.ObjectStreamException
None
None
New as of JDK 1.1
A NotActiveException is thrown to indicate that an inappropriate method is being called when serialization or deserialization is not in progress.
public class java.io.NotActiveException extends java.io.ObjectStreamException { // Constructors public NotActiveException(); public NotActiveException(String reason); }
This constructor creates a NotActiveException with no detail message.
The detail message.
This constructor creates a NotActiveException with the specified detail message.
Method |
Inherited From |
Method |
Inherited From |
---|---|---|---|
clone() |
Object |
equals(Object) |
Object |
fillInStackTrace() |
Throwable |
finalize() |
Object |
getClass() |
Object |
getLocalizedMessage() |
Throwable |
getMessage() |
Throwable |
hashCode() |
Object |
notify() |
Object |
notifyAll() |
Object |
printStackTrace() |
Throwable |
printStackTrace(PrintStream) |
Throwable |
printStackTrace(PrintWriter) |
Throwable |
toString() |
Object |
wait() |
Object |
wait(long) |
Object |
wait(long, int) |
Object |
Exception, ObjectStreamException, Throwable