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

Constructor Index

 o java.io.NotActiveException(String)
Constructor to create a new NotActiveException with the reason given.
 o java.io.NotActiveException()
Constructor to create a new NotActiveException with no reason.

Constructors

 o NotActiveException
public NotActiveException(String reason)
Constructor to create a new NotActiveException with the reason given.

Since:
JDK1.1
 o NotActiveException
public NotActiveException()
Constructor to create a new NotActiveException with no reason.

Since:
JDK1.1

All Packages  Class Hierarchy  This Package  Previous  Next  Index