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