java.io
Class NotActiveException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.ObjectStreamException
|
+--java.io.NotActiveException
This exception is thrown when a problem occurs due to the fact that
serialization is not active.
Since:Author:- Aaron M. Renn (arenn@urbanophile.com)
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: