Class BatchContainerRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.batchee.container.exception.BatchContainerRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchContainerServiceException
,IllegalBatchPropertyException
,PersistenceException
,TransactionManagementException
public class BatchContainerRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchContainerRuntimeException()
BatchContainerRuntimeException(String message)
BatchContainerRuntimeException(String message, Throwable cause)
BatchContainerRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-