Class ExecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.util.exec.ExecException
All Implemented Interfaces:
Serializable

public class ExecException extends Exception
An error happened during command execution
Since:
8.8.5
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • ExecException

      public ExecException(String command)
    • ExecException

      public ExecException(String command, Throwable cause)