public class CredentialsAgentException extends java.lang.Exception
Missing credentials and discarded password dialog are not considered an error.
At time of writing, methods return null in this case.
CredentialsAgent,
Serialized Form| Constructor and Description |
|---|
CredentialsAgentException(java.lang.String message)
Constructs a new
CredentialsAgentException. |
CredentialsAgentException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
CredentialsAgentException. |
CredentialsAgentException(java.lang.Throwable cause)
Constructs a new
CredentialsAgentException. |
public CredentialsAgentException(java.lang.String message, java.lang.Throwable cause)
CredentialsAgentException.message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).public CredentialsAgentException(java.lang.String message)
CredentialsAgentException.message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).public CredentialsAgentException(java.lang.Throwable cause)
CredentialsAgentException.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).