public class CredentialsAgentException extends Exception
Constructor and Description |
---|
CredentialsAgentException(String message)
Constructs a new
CredentialsAgentException . |
CredentialsAgentException(String message,
Throwable cause)
Constructs a new
CredentialsAgentException . |
CredentialsAgentException(Throwable cause)
Constructs a new
CredentialsAgentException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CredentialsAgentException(String message, 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(String message)
CredentialsAgentException
.message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method).public CredentialsAgentException(Throwable cause)
CredentialsAgentException
.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method).