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:
java.io.Serializable
public class ParallelOperationException extends HotRodClientException
- Author:
- Guillaume Darmont / guillaume@dropinocean.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParallelOperationException(java.lang.String message)
ParallelOperationException(java.lang.String message, java.lang.Throwable cause)
ParallelOperationException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
isServerError, toString
-
-
-
-
Constructor Detail
-
ParallelOperationException
public ParallelOperationException(java.lang.String message)
-
ParallelOperationException
public ParallelOperationException(java.lang.Throwable cause)
-
ParallelOperationException
public ParallelOperationException(java.lang.String message, java.lang.Throwable cause)
-
-