Class SystemCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.step.tasklet.SystemCommandException
All Implemented Interfaces:
Serializable

public class SystemCommandException extends RuntimeException
Exception indicating failed execution of system command.
See Also:
  • Constructor Details

    • SystemCommandException

      public SystemCommandException(String message)
    • SystemCommandException

      public SystemCommandException(String message, Throwable cause)