public class CredentialsUnavailableException extends RuntimeException
Credentials
subclass to indicate that the requested
property is unavailable.Constructor and Description |
---|
CredentialsUnavailableException(String property) |
CredentialsUnavailableException(String property,
String message) |
CredentialsUnavailableException(String property,
String message,
Throwable cause) |
CredentialsUnavailableException(String property,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getProperty()
Reports the property name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CredentialsUnavailableException(String property)
public CredentialsUnavailableException(String property, String message)
public CredentialsUnavailableException(String property, String message, Throwable cause)
public String getProperty()
public String getMessage()
getMessage
in class Throwable
Copyright © 2016–2021. All rights reserved.