Example usage for org.apache.commons.exec ExecuteException subclass-usage

List of usage examples for org.apache.commons.exec ExecuteException subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.exec ExecuteException subclass-usage.

Usage

From source file org.onehippo.forge.gallerymagick.core.command.MagickExecuteException.java

/**
 * An exception indicating that the executing a Magick processe failed.
 */
public class MagickExecuteException extends ExecuteException {

    private static final long serialVersionUID = 1L;

From source file com.github.zeroxff.executor.ExtendedExecuteException.java

public class ExtendedExecuteException extends ExecuteException {

    /**
     * 
     */
    private static final long serialVersionUID = -1701407623604900074L;