public class InvalidCredentialsException extends AgqlRuntimeException
InvalidCredentialsException class.
| Constructor and Description |
|---|
InvalidCredentialsException()
Constructor for InvalidCredentialsException.
|
InvalidCredentialsException(String message)
Constructor for InvalidCredentialsException.
|
InvalidCredentialsException(String message,
Throwable cause)
Constructor for InvalidCredentialsException.
|
InvalidCredentialsException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for InvalidCredentialsException.
|
InvalidCredentialsException(Throwable cause)
Constructor for InvalidCredentialsException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCredentialsException()
Constructor for InvalidCredentialsException.
public InvalidCredentialsException(String message)
Constructor for InvalidCredentialsException.
message - a String objectpublic InvalidCredentialsException(String message, Throwable cause)
Constructor for InvalidCredentialsException.
public InvalidCredentialsException(Throwable cause)
Constructor for InvalidCredentialsException.
cause - a Throwable objectCopyright © 2016–2024. All rights reserved.