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

com.intellifylearning.IntellifyRequestException Maven / Gradle / Ivy

package com.intellifylearning;

public class IntellifyRequestException extends IntellifyException {
    private static final long serialVersionUID = 1L;

    public IntellifyRequestException(String message, Throwable cause) {
        super(message, cause);
    }

    public IntellifyRequestException(String message) {
        super(message);
    }

    public IntellifyRequestException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy