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

de.xore.util.XoreException Maven / Gradle / Ivy

The newest version!
package de.xore.util;

/*
 * Created by XoreSystems (Johannes Schneider).
 * User: Johannes
 * Date: 08.04.2004
 * Time: 17:59:38
 *
 *************************************************
 *  $$Log: XoreException.java,v $
 *  $Revision 1.1  2004/05/11 14:40:24  johannes
 *  $init
 *  $
 *************************************************
 */

/**
 * 

* Date: 08.04.2004
Time: 17:59:38
* * @author Johannes Schneider - Xore * Systems */ public class XoreException extends Exception { public XoreException() { } public XoreException( String message ) { super( message ); } public XoreException( Throwable cause ) { super( cause ); } public XoreException( String message, Throwable cause ) { super( message, cause ); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy