public class InvalidCredentialsException
extends java.lang.Exception
CredentialsVerifier.verify(JsonObject)
when authentication credentials are invalid.| Constructor and Description |
|---|
InvalidCredentialsException()
Creates a new InvalidCredentialsException with a null detail message.
|
InvalidCredentialsException(java.lang.String message)
Creates a new InvalidCredentialsException with the specified message.
|
InvalidCredentialsException(java.lang.String message,
java.lang.Throwable throwable)
Creates a new InvalidCredentialsException with the specified
detail message and cause.
|
public InvalidCredentialsException()
public InvalidCredentialsException(java.lang.String message)
message - message the exception detail messagepublic InvalidCredentialsException(java.lang.String message,
java.lang.Throwable throwable)
message - the exception detail messagethrowable - the Throwable that caused this exception