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

cn.icuter.jsql.exception.PooledObjectCreationException Maven / Gradle / Ivy

The newest version!
package cn.icuter.jsql.exception;

/**
 * @author edward
 * @since 2018-09-21
 */
public class PooledObjectCreationException extends JSQLException {
    public PooledObjectCreationException(String message) {
        super(message);
    }
    public PooledObjectCreationException(String message, Throwable cause) {
        super(message, cause);
    }
    public PooledObjectCreationException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy