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

bitronix.tm.utils.PropertyException Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package bitronix.tm.utils;

/**
 * Thrown by {@link PropertyUtils} when some reflection error occurs.
 * 

© Bitronix Software

* * @author lorban */ public class PropertyException extends RuntimeException { public PropertyException(String message, Throwable cause) { super(message, cause); } public PropertyException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy