Package java.io
Class NotActiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- java.io.NotActiveException
-
- All Implemented Interfaces:
Serializable
public class NotActiveException extends ObjectStreamException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotActiveException()
NotActiveException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
NotActiveException
public NotActiveException()
-
NotActiveException
public NotActiveException(String var0)
-
-