NotActiveException

public class NotActiveException extends ObjectStreamException

Thrown when serialization or deserialization is not active.

Public Constructor Summary

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

Inherited Method Summary

Public Constructors

public NotActiveException (String reason)

Constructor to create a new NotActiveException with the reason given.

Parameters
reason a String describing the reason for the exception.

public NotActiveException ()

Constructor to create a new NotActiveException without a reason.