org.drupal.project.computing
Class DSystemExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drupal.project.computing.DSystemExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class DSystemExecutionException
- extends java.lang.Exception
Throws when there's a problem executing shell command.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DSystemExecutionException
public DSystemExecutionException()
DSystemExecutionException
public DSystemExecutionException(java.lang.String s)
DSystemExecutionException
public DSystemExecutionException(java.lang.String s,
java.lang.Throwable throwable)
DSystemExecutionException
public DSystemExecutionException(java.lang.Throwable throwable)