Package org.infinispan.partitionhandling
Class AvailabilityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.partitionhandling.AvailabilityException
-
- All Implemented Interfaces:
Serializable
public class AvailabilityException extends CacheException
Thrown when a partition happened and the key that an operation tries to access is not available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AvailabilityException()
AvailabilityException(String msg)
AvailabilityException(String msg, Throwable cause)
AvailabilityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-