All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rhq.plugins.storage.InternodeAuthConfUpdateException Maven / Gradle / Ivy

package org.rhq.plugins.storage;

/**
 * @author John Sanda
 */
public class InternodeAuthConfUpdateException extends Exception {

    public InternodeAuthConfUpdateException() {
    }

    public InternodeAuthConfUpdateException(String message) {
        super(message);
    }

    public InternodeAuthConfUpdateException(String message, Throwable cause) {
        super(message, cause);
    }

    public InternodeAuthConfUpdateException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy