# Print output for @column tags ?> NotActiveException - Android SDK | Android Developers

Most visited


Recently visited


NotActiveException

public class NotActiveException
extends ObjectStreamException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.ObjectStreamException
           ↳ java.io.NotActiveException


Thrown when serialization or deserialization is not active.

Summary


Public constructors

NotActiveException(String reason)

Constructor to create a new NotActiveException with the reason given.

NotActiveException()

Constructor to create a new NotActiveException without a reason.

Inherited methods

Public constructors


NotActiveException

public NotActiveException (String reason)

Constructor to create a new NotActiveException with the reason given.

Parameters
reason String: a String describing the reason for the exception.

NotActiveException

public NotActiveException ()

Constructor to create a new NotActiveException without a reason.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.