public class NotActiveException extends ObjectStreamException
| Constructor and Description |
|---|
NotActiveException()
Constructor to create a new NotActiveException without a reason.
|
NotActiveException(String
Constructor to create a new NotActiveException with the reason given.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotActiveException(Stringreason)
reason - a String describing the reason for the exception.
public NotActiveException()