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

com.dulanywebsite.sharedresources.exceptions.InvalidEntityException Maven / Gradle / Ivy

package com.dulanywebsite.sharedresources.exceptions;

public class InvalidEntityException extends Exception {
    public InvalidEntityException(String message) {
        super(message);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy