Class SystemCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.norconex.commons.lang.exec.SystemCommandException
All Implemented Interfaces:
Serializable

public class SystemCommandException extends Exception
An exception thrown by a executing SystemCommand.
Since:
1.13.0
See Also:
  • Constructor Details

    • SystemCommandException

      public SystemCommandException()
    • SystemCommandException

      public SystemCommandException(String message)
    • SystemCommandException

      public SystemCommandException(Throwable cause)
    • SystemCommandException

      public SystemCommandException(String message, Throwable cause)