Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.io

Class NotActiveException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.io.ObjectStreamException
            |
            +--java.io.NotActiveException


public class NotActiveException

extends ObjectStreamException

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

Since:Author:

Constructor Summary

NotActiveException()

Create an exception without a descriptive error message.
NotActiveException(java.lang.String message)

Create an exception with a descriptive error message.

Constructor Details

NotActiveException

public NotActiveException()

Create an exception without a descriptive error message.


NotActiveException

public NotActiveException(java.lang.String message)

Create an exception with a descriptive error message.

Parameters: