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, toStringpublic 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 ThrowableCopyright © 2016–2018. All rights reserved.