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

bitronix.tm.resource.ResourceConfigurationException Maven / Gradle / Ivy

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

/**
 * Thrown when a resource cannot be created due to a configuration error.
 * 

© Bitronix Software

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy