Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.xsite
Class BackupFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by org.infinispan.remoting.RpcException
                      extended by 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
BackupFailureException()
           
BackupFailureException(String localCacheName)
           
 
Method Summary
 void addFailure(String site, Throwable t)
           
 String getLocalCacheName()
           
 String getRemoteSiteNames()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackupFailureException

public BackupFailureException(String localCacheName)

BackupFailureException

public BackupFailureException()
Method Detail

addFailure

public void addFailure(String site,
                       Throwable t)

getRemoteSiteNames

public String getRemoteSiteNames()

getLocalCacheName

public String getLocalCacheName()

toString

public String toString()
Overrides:
toString in class RpcException

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.