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

de.akquinet.jbosscc.guttenbase.exceptions.MissingDataException Maven / Gradle / Ivy

The newest version!
package de.akquinet.jbosscc.guttenbase.exceptions;

import de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException;

/**
 * Thrown when there is an error while reading the data from source data base.
 *
 * 

* © 2012-2034 akquinet tech@spree *

* * @author M. Dahm */ public class MissingDataException extends GuttenBaseException { private static final long serialVersionUID = 1L; public MissingDataException(final String reason) { super(reason); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy