java.io

Class NotActiveException

public class NotActiveException extends ObjectStreamException

This exception is thrown when a problem occurs due to the fact that serialization is not active.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
NotActiveException()
Create an exception without a descriptive error message.
NotActiveException(String message)
Create an exception with a descriptive error message.

Constructor Detail

NotActiveException

public NotActiveException()
Create an exception without a descriptive error message.

NotActiveException

public NotActiveException(String message)
Create an exception with a descriptive error message.

Parameters: message the descriptive error message