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

org.jboss.resteasy.jose.jws.JWSInputException Maven / Gradle / Ivy

The newest version!
package org.jboss.resteasy.jose.jws;

public class JWSInputException extends Exception {

    public JWSInputException(final String s) {
        super(s);
    }

    public JWSInputException() {
    }

    public JWSInputException(final Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy