javax.batch.operations
Class BatchOperationsRuntimeException

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

public class BatchOperationsRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
BatchOperationsRuntimeException()
           
BatchOperationsRuntimeException(String localizedMessage)
           
BatchOperationsRuntimeException(Throwable th)
           
BatchOperationsRuntimeException(Throwable th, String localizedMessage)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 void setCause(Throwable cause)
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

BatchOperationsRuntimeException

public BatchOperationsRuntimeException(Throwable th,
                                       String localizedMessage)

BatchOperationsRuntimeException

public BatchOperationsRuntimeException(Throwable th)

BatchOperationsRuntimeException

public BatchOperationsRuntimeException(String localizedMessage)

BatchOperationsRuntimeException

public BatchOperationsRuntimeException()
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

setMessage

public void setMessage(String message)

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

setCause

public void setCause(Throwable cause)


Copyright © 2013. All Rights Reserved.