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

com.marklogic.xcc.exceptions.XccConfigException Maven / Gradle / Ivy

The newest version!
package com.marklogic.xcc.exceptions;

/**
 * This exception indicates a configuration problem.
 *
 * @see 
 * Class XccConfigException
 */
public class XccConfigException extends XccException {

    public XccConfigException(String message) {
        super(message);
        throw new UnsupportedOperationException();
    }

    public XccConfigException(String message, Throwable cause) {
        super(message, cause);
        throw new UnsupportedOperationException();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy