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

org.catools.common.security.CKeyStoreException Maven / Gradle / Ivy

There is a newer version: 0.1.25
Show newest version
package org.catools.common.security;

import org.catools.common.exception.CRuntimeException;

/**
 * Signals that attempt to perform operation against provided keystore failed.
 */
public class CKeyStoreException extends CRuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy