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

eu.cedarsoft.devtools.OldUrlNotFoundException Maven / Gradle / Ivy

The newest version!
package eu.cedarsoft.devtools;

/**
 * 

* Date: Jul 9, 2007
* Time: 9:35:37 PM
*/ public class OldUrlNotFoundException extends Exception { public OldUrlNotFoundException() { } public OldUrlNotFoundException( String message ) { super( message ); } public OldUrlNotFoundException( String message, Throwable cause ) { super( message, cause ); } public OldUrlNotFoundException( Throwable cause ) { super( cause ); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy