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

com.ctp.cdi.query.audit.AuditPropertyException Maven / Gradle / Ivy

The newest version!
package com.ctp.cdi.query.audit;

public class AuditPropertyException extends RuntimeException {

    private static final long serialVersionUID = -8725707870578473975L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy