Class ParallelOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.client.hotrod.exceptions.HotRodClientException
-
- org.infinispan.client.hotrod.exceptions.ParallelOperationException
-
- All Implemented Interfaces:
Serializable
public class ParallelOperationException extends HotRodClientException
- Author:
- Guillaume Darmont / guillaume@dropinocean.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParallelOperationException(String message)
ParallelOperationException(String message, Throwable cause)
ParallelOperationException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
isServerError, toString
-
-