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

com.greenpepper.reflect.SystemUnderDevelopmentException Maven / Gradle / Ivy

The newest version!
package com.greenpepper.reflect;

/**
 * 

SystemUnderDevelopmentException class.

* * @author oaouattara * @version $Id: $Id */ @SuppressWarnings("serial") public class SystemUnderDevelopmentException extends Exception { /** *

Constructor for SystemUnderDevelopmentException.

* * @param cause a {@link java.lang.Throwable} object. */ public SystemUnderDevelopmentException( Throwable cause ) { super( cause ); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy