Class ShellProviderException

All Implemented Interfaces:
Serializable

public class ShellProviderException extends ProviderException
Thrown to indicate a problem with shell script execution.
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • ShellProviderException

      public ShellProviderException()
    • ShellProviderException

      public ShellProviderException(String message)
    • ShellProviderException

      public ShellProviderException(String message, Throwable cause)
    • ShellProviderException

      public ShellProviderException(Throwable cause)
  • Method Details