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

at.jta.RegistryErrorException Maven / Gradle / Ivy

// $Id: RegistryErrorException.java,v 1.1 2007/08/30 19:40:24 jchapman0 Exp $
package at.jta;

import java.io.IOException;

/*******************************************************************************************************************************
 *
 * 

Title: class for throwing exceptions

* *

Description:

* *

Copyright: Copyright (c) 2007

* *

Company: Taschek Joerg

* * @author Taschek Joerg * @version 1.0 ******************************************************************************************************************************/ public class RegistryErrorException extends IOException { /****************************************************************************************************************************** * Constructor with message to throw * @param reason String *****************************************************************************************************************************/ public RegistryErrorException(String reason) { super(reason); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy