Class java.io.NotActiveException
All Packages Class Hierarchy This Package Previous Next Index
Class java.io.NotActiveException
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----ObjectStreamException
|
+----java.io.NotActiveException
- public class NotActiveException
- extends ObjectStreamException
The NotActiveException is thrown when serialization or deserialization
is not active.
- Version:
- 1.6, 07/01/98
- Author:
- unascribed
- Since:
- JDK1.1
-
java.io.NotActiveException(String)
- Constructor to create a new NotActiveException with the reason given.
-
java.io.NotActiveException()
- Constructor to create a new NotActiveException with no reason.
NotActiveException
public NotActiveException(String reason)
- Constructor to create a new NotActiveException with the reason given.
- Since:
- JDK1.1
NotActiveException
public NotActiveException()
- Constructor to create a new NotActiveException with no reason.
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index