tech.ydb.shaded.io.jsonwebtoken.io.EncodingException Maven / Gradle / Ivy
package io.jsonwebtoken.io;
/**
* @since 0.10.0
*/
public class EncodingException extends CodecException {
public EncodingException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy