org.springframework.batch.core.step.tasklet
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemCommandException
public SystemCommandException(String message)
SystemCommandException
public SystemCommandException(String message,
Throwable cause)
Copyright © 2013 SpringSource. All Rights Reserved.