public class

NotActiveException

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

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

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.