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

net.cassite.pure.ioc.ConstructingMultiSingletonException Maven / Gradle / Ivy

The newest version!
package net.cassite.pure.ioc;

public class ConstructingMultiSingletonException extends IOCException {

        /**
         * 
         */
        private static final long serialVersionUID = 461390673601453091L;

        public ConstructingMultiSingletonException(Class singleton) {
                super(singleton + " is marked as Singleton and has already instantiated");
        }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy