public class CredentialsAgentException extends java.lang.Exception
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).