
com.nitorcreations.vault2.VaultException Maven / Gradle / Ivy
package com.nitorcreations.vault2;
public class VaultException extends RuntimeException {
public VaultException(String message, Exception cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy