Class StopBatchProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.impl.hibernate.bulk.StopBatchProcessingException
-
- All Implemented Interfaces:
Serializable
public class StopBatchProcessingException extends RuntimeException
An exception to indicate that we should stop batch processing- Since:
- 5.10
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StopBatchProcessingException(String error)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StopBatchProcessingException
public StopBatchProcessingException(String error)
-
-