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

com.impetus.kundera.configure.PersistenceUnitConfigurationException Maven / Gradle / Ivy

There is a newer version: 2.9
Show newest version
/**
 * 
 */
package com.impetus.kundera.configure;

import com.impetus.kundera.KunderaException;

/**
 * @author Kuldeep Mishra
 * 
 */
public class PersistenceUnitConfigurationException extends KunderaException
{

    /** Default Serial Version UID. */
    private static final long serialVersionUID = 1L;

    /**
     * 
     */
    public PersistenceUnitConfigurationException()
    {
        super();
        // TODO Auto-generated constructor stub
    }

    /**
     * @param paramString
     * @param paramThrowable
     */
    public PersistenceUnitConfigurationException(String paramString, Throwable paramThrowable)
    {
        super(paramString, paramThrowable);
        // TODO Auto-generated constructor stub
    }

    /**
     * @param paramString
     */
    public PersistenceUnitConfigurationException(String paramString)
    {
        super(paramString);
        // TODO Auto-generated constructor stub
    }

    /**
     * @param paramThrowable
     */
    public PersistenceUnitConfigurationException(Throwable paramThrowable)
    {
        super(paramThrowable);
        // TODO Auto-generated constructor stub
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy