![JAR search and dependency download from the Maven repository](/logo.png)
com.iab.gpp.encoder.error.DecodingException Maven / Gradle / Ivy
The newest version!
package com.iab.gpp.encoder.error;
public class DecodingException extends RuntimeException {
private static final long serialVersionUID = 2098268445119981680L;
public DecodingException(String msg) {
super(msg);
}
public DecodingException(Exception e) {
super(e);
}
public DecodingException(String msg, Exception e) {
super(msg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy