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

lambdify.apigateway.UnhandledException Maven / Gradle / Ivy

The newest version!
package lambdify.apigateway;

/**
 *
 */
public class UnhandledException extends RuntimeException {

	public UnhandledException( Throwable cause ) {
		super( cause.getMessage(), cause, false, false );
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy