org.oddjob
Class FailedToStopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oddjob.FailedToStopException
- All Implemented Interfaces:
- Serializable
public class FailedToStopException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getFailedToStop
public Object getFailedToStop()