Package scriptella.driver.shell
Class ShellProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.spi.ProviderException
scriptella.driver.shell.ShellProviderException
- All Implemented Interfaces:
Serializable
Thrown to indicate a problem with shell script execution.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShellProviderException(String message) ShellProviderException(String message, Throwable cause) ShellProviderException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionOverriden by subclasses to provide user friendly provider name.Methods inherited from class scriptella.spi.ProviderException
addErrorCode, getErrorCodes, getErrorStatement, getNativeException, setErrorStatement, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ShellProviderException
public ShellProviderException() -
ShellProviderException
-
ShellProviderException
-
ShellProviderException
-
-
Method Details
-
getProviderName
Description copied from class:ProviderExceptionOverriden by subclasses to provide user friendly provider name.- Specified by:
getProviderNamein classProviderException- Returns:
- provider name.
-