
com.lyncode.xoai.serviceprovider.exceptions.ParseException Maven / Gradle / Ivy
The newest version!
package com.lyncode.xoai.serviceprovider.exceptions;
public class ParseException extends Exception {
/**
*
*/
private static final long serialVersionUID = 7075522729104665532L;
public ParseException() {
// TODO Auto-generated constructor stub
}
public ParseException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public ParseException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public ParseException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy