
eu.cedarsoft.devtools.OldUrlNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subversion Show documentation
Show all versions of subversion Show documentation
Subversion modules for DevTools
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