routines.system.api
Class ESBJobInterruptedException

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

Constructor Summary
ESBJobInterruptedException(String message)
          Constructor from parent class
ESBJobInterruptedException(String message, Throwable e)
          Constructor from parent class
 
Method Summary
 
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

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.