public class NotLoggedInException extends Exception
Information regarding the specific type of failure is accessible using the standard
getMessage() method associated with the Exception.
This documentation describes the current draft of the PC2 API, which is subject to change.
,
Serialized Form| Constructor and Description |
|---|
NotLoggedInException() |
NotLoggedInException(String message) |
NotLoggedInException(String message,
Throwable cause) |
NotLoggedInException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString