java.io
Class NotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
java.io.NotActiveException
- All Implemented Interfaces:
- Serializable

public class NotActiveException
- extends ObjectStreamException

Thrown when serialization or deserialization is not active.
- Since:
- JDK1.1
- See Also:
- Serialized Form
|
Constructor Summary |
NotActiveException ()
Constructor to create a new NotActiveException without a reason. |
NotActiveException (String reason)
Constructor to create a new NotActiveException with the reason given. |
Methods inherited from class java.lang.Throwable  |
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString  |
NotActiveException

public NotActiveException(String
reason)
- Constructor to create a new NotActiveException with the reason given.
- Parameters:
reason - a String describing the reason for the exception.
NotActiveException

public NotActiveException()
- Constructor to create a new NotActiveException without a reason.