Package org.infinispan.xsite
Class BackupFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.remoting.RpcException
-
- org.infinispan.xsite.BackupFailureException
-
- All Implemented Interfaces:
Serializable
public class BackupFailureException extends RpcException
Exception to be used to signal failures to backup to remote sites.- Since:
- 5.2
- Author:
- Mircea Markus
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackupFailureException()
BackupFailureException(String localCacheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFailure(String site, Throwable t)
String
getLocalCacheName()
String
getMessage()
String
getRemoteSiteNames()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BackupFailureException
public BackupFailureException(String localCacheName)
-
BackupFailureException
public BackupFailureException()
-
-