public class LoginFailureException extends Exception
There are many conditions which can cause connection/login failure, including but not limited to
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.
Constructor and Description |
---|
LoginFailureException(String message) |
LoginFailureException(String message,
Throwable cause) |
LoginFailureException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString