javax.batch.operations
Class BatchOperationsRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
BatchOperationsRuntimeException
public BatchOperationsRuntimeException(Throwable th,
String localizedMessage)
BatchOperationsRuntimeException
public BatchOperationsRuntimeException(Throwable th)
BatchOperationsRuntimeException
public BatchOperationsRuntimeException(String localizedMessage)
BatchOperationsRuntimeException
public BatchOperationsRuntimeException()
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.