routines.system.api
Class ESBJobInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
routines.system.api.ESBJobInterruptedException
- All Implemented Interfaces:
- Serializable
public class ESBJobInterruptedException
- extends Exception
A special type of exception
that will signal job waiting for request
that it should quit it's listening cycle (if any)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ESBJobInterruptedException
public ESBJobInterruptedException(String message)
- Constructor from parent class
- Parameters:
message -
ESBJobInterruptedException
public ESBJobInterruptedException(String message,
Throwable e)
- Constructor from parent class
- Parameters:
message -
Copyright © 2011-2013 Talend Inc.. All Rights Reserved.