com.ibm.jbatch.tck.spi
Class JobExecutionTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.jbatch.tck.spi.JobExecutionTimeoutException
All Implemented Interfaces:
Serializable

public class JobExecutionTimeoutException
extends Exception

See Also:
Serialized Form

Constructor Summary
JobExecutionTimeoutException()
           
JobExecutionTimeoutException(String message)
           
JobExecutionTimeoutException(String message, Throwable cause)
           
JobExecutionTimeoutException(Throwable cause)
           
 
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

JobExecutionTimeoutException

public JobExecutionTimeoutException()

JobExecutionTimeoutException

public JobExecutionTimeoutException(String message)

JobExecutionTimeoutException

public JobExecutionTimeoutException(Throwable cause)

JobExecutionTimeoutException

public JobExecutionTimeoutException(String message,
                                    Throwable cause)


Copyright © 2013. All Rights Reserved.