javax.batch.operations
Class BatchRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.batch.operations.BatchRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobExecutionAlreadyCompleteException, JobExecutionIsRunningException, JobExecutionNotMostRecentException, JobExecutionNotRunningException, JobRestartException, JobSecurityException, JobStartException, NoSuchJobException, NoSuchJobExecutionException, NoSuchJobInstanceException

public class BatchRuntimeException
extends RuntimeException

See Also:
Serialized Form

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

BatchRuntimeException

public BatchRuntimeException()

BatchRuntimeException

public BatchRuntimeException(String message)

BatchRuntimeException

public BatchRuntimeException(Throwable cause)

BatchRuntimeException

public BatchRuntimeException(String message,
                             Throwable cause)


© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0