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

com.daedafusion.service.bootstrap.BootstrapException Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.daedafusion.service.bootstrap;

import org.apache.log4j.Logger;

/**
 * Created by mphilpot on 7/24/14.
 */
public class BootstrapException extends Exception
{
    private static final Logger log = Logger.getLogger(BootstrapException.class);

    public BootstrapException(Throwable cause)
    {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy