com.atlassian.fisheye.plugins.scm.utils.process
Class ProcessException

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

Constructor Summary
ProcessException(java.lang.String message)
           
ProcessException(java.lang.String message, int exitCode)
           
ProcessException(java.lang.String message, java.lang.Throwable cause)
           
ProcessException(java.lang.Throwable e)
           
 
Method Summary
 int getExitCode()
           
 
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

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)
Method Detail

getExitCode

public int getExitCode()