public class CredentialRetrievalException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Required declaration.
|
| Constructor and Description |
|---|
CredentialRetrievalException()
Creates a new instance of
CredentialRetrievalException
without detail message. |
CredentialRetrievalException(String msg)
Constructs an instance of
CredentialRetrievalException with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public CredentialRetrievalException()
CredentialRetrievalException
without detail message.public CredentialRetrievalException(String msg)
CredentialRetrievalException with
the specified detail message.msg - the detail message.Copyright © 2018. All rights reserved.