Class ExecException

All Implemented Interfaces:
Serializable

public class ExecException extends RuntimeException
An exception thrown by ExecUtil.
Since:
1.13.0
See Also:
  • Constructor Details

    • ExecException

      public ExecException()
    • ExecException

      public ExecException(String message)
    • ExecException

      public ExecException(Throwable cause)
    • ExecException

      public ExecException(String message, Throwable cause)