Module io.github.bucket4j.core
Class BatchHelper.BatchFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- io.github.bucket4j.util.concurrent.batch.BatchHelper.BatchFailedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BatchHelper<T,R,CT,CR>
public static class BatchHelper.BatchFailedException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchFailedException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BatchFailedException
public BatchFailedException(Throwable e)
-
-