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

com.lyncode.xoai.serviceprovider.exceptions.UnknownParseException Maven / Gradle / Ivy

The newest version!
package com.lyncode.xoai.serviceprovider.exceptions;

public class UnknownParseException extends ParseException {

    /**
     *
     */
    private static final long serialVersionUID = -2944101752081064236L;

    public UnknownParseException() {
        // TODO Auto-generated constructor stub
    }

    public UnknownParseException(Throwable cause) {
        super(cause);
        // TODO Auto-generated constructor stub
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy