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

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

There is a newer version: 7.0.0.Alpha4
Show 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 - 2024 Weber Informatics LLC | Privacy Policy