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

de.xore.XoreRuntimeException Maven / Gradle / Ivy

package de.xore;

/*
 * Created by XoreSystems (Johannes Schneider).
 * User: Johannes
 * Date: 09.04.2004
 * Time: 00:58:08
 *
 *************************************************
 *  $$Log: XoreRuntimeException.java,v $
 *  $Revision 1.1  2004/05/11 14:40:24  johannes
 *  $init
 *  $
 *************************************************
 */

/**
 * 

* Date: 09.04.2004
Time: 00:58:08
* * @author Johannes Schneider - Xore * Systems */ public class XoreRuntimeException extends RuntimeException { public XoreRuntimeException() { } public XoreRuntimeException( String message ) { super( message ); } public XoreRuntimeException( Throwable cause ) { super( cause ); } public XoreRuntimeException( String message, Throwable cause ) { super( message, cause ); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy