![JAR search and dependency download from the Maven repository](/logo.png)
org.digidoc4j.exceptions.InvalidOcspNonceException Maven / Gradle / Ivy
/* DigiDoc4J library
*
* This software is released under either the GNU Library General Public
* License (see LICENSE.LGPL).
*
* Note that the only valid version of the LGPL license as far as this
* project is concerned is the original GNU Library General Public License
* Version 2.1, February 1999
*/
package org.digidoc4j.exceptions;
public class InvalidOcspNonceException extends DigiDoc4JException {
public static final String MESSAGE = "OCSP nonce is invalid";
public InvalidOcspNonceException() {
super(MESSAGE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy