com.atlassian.fisheye.plugins.scm.utils.process
Class ProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.fisheye.plugins.scm.utils.process.ProcessException
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessException
- extends java.lang.Exception
Exceptions thrown while running external processes
- 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 |
ProcessException
public ProcessException(java.lang.String message,
java.lang.Throwable cause)
ProcessException
public ProcessException(java.lang.String message)
ProcessException
public ProcessException(java.lang.Throwable e)
ProcessException
public ProcessException(java.lang.String message,
int exitCode)
getExitCode
public int getExitCode()