Package org.cache2k.core
Class BulkOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.core.BulkOperationException
-
- All Implemented Interfaces:
Serializable
public class BulkOperationException extends org.cache2k.CacheException
- Author:
- Jens Wilke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkOperationException(int exceptionCount, int totalOperationsCount, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BulkOperationException
public BulkOperationException(int exceptionCount, int totalOperationsCount, Throwable cause)
-
-