org.oddjob
Class FailedToStopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.oddjob.FailedToStopException
All Implemented Interfaces:
Serializable

public class FailedToStopException
extends Exception

See Also:
Serialized Form

Constructor Summary
FailedToStopException(Object failedToStop, String message)
           
FailedToStopException(Object failedToStop, String message, Throwable cause)
           
FailedToStopException(Object failedToStop, Throwable cause)
           
FailedToStopException(Stateful failedToStop)
           
 
Method Summary
 Object getFailedToStop()
           
 
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

FailedToStopException

public FailedToStopException(Stateful failedToStop)

FailedToStopException

public FailedToStopException(Object failedToStop,
                             String message)

FailedToStopException

public FailedToStopException(Object failedToStop,
                             Throwable cause)

FailedToStopException

public FailedToStopException(Object failedToStop,
                             String message,
                             Throwable cause)
Method Detail

getFailedToStop

public Object getFailedToStop()