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

org.jvault.exceptions.BeanCycledException Maven / Gradle / Ivy

package org.jvault.exceptions;

/**
 * Thrown when, a cycle occurs between beans in the process of creating beans.
 *
 * @author devxb
 * @since 0.1
 */
public final class BeanCycledException extends RuntimeException{

    public BeanCycledException(){
        super("Bean cycle detected");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy