Constructs a new exception instance with the specified message.
the detail message (which is saved for later retrieval by the getMessage() method).
Constructs a new exception instance with the specified message and cause.
the detail message (which is saved for later retrieval by the getMessage() method).
the cause (which is saved for later retrieval by the getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.
Constructs a new exception instance with the specified cause.
the cause (which is saved for later retrieval by the getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.
Exception thrown when there is a configuration error in the Helm client.