Package org.infinispan.remoting
Class CacheUnreachableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.remoting.CacheUnreachableException
-
- All Implemented Interfaces:
Serializable
public class CacheUnreachableException extends CacheException
Signals a backup site was unreachable.- Since:
- 7.0
- Author:
- Pedro Ruivo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheUnreachableException(String message)
CacheUnreachableException(org.jgroups.UnreachableException 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
-
CacheUnreachableException
public CacheUnreachableException(String message)
-
CacheUnreachableException
public CacheUnreachableException(org.jgroups.UnreachableException e)
-
-