org.drupal.project.computing
Class DSystemExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DSystemExecutionException()
           
DSystemExecutionException(java.lang.String s)
           
DSystemExecutionException(java.lang.String s, java.lang.Throwable throwable)
           
DSystemExecutionException(java.lang.Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

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)