Added in API level 1

NotActiveException

public class NotActiveException
extends ObjectStreamException



Thrown when serialization or deserialization is not active.

Summary

Public constructors

NotActiveException()

Constructor to create a new NotActiveException without a reason.

NotActiveException(String reason)

Constructor to create a new NotActiveException with the reason given.

Inherited methods

Public constructors

NotActiveException

Added in API level 1
public NotActiveException ()

Constructor to create a new NotActiveException without a reason.

NotActiveException

Added in API level 1
public NotActiveException (String reason)

Constructor to create a new NotActiveException with the reason given.