Class BackupFailureException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFailure​(java.lang.String site, java.lang.Throwable t)  
      java.lang.String getLocalCacheName()  
      java.lang.String getMessage()  
      java.lang.String getRemoteSiteNames()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BackupFailureException

        public BackupFailureException​(java.lang.String localCacheName)
      • BackupFailureException

        public BackupFailureException()
    • Method Detail

      • addFailure

        public void addFailure​(java.lang.String site,
                               java.lang.Throwable t)
      • getRemoteSiteNames

        public java.lang.String getRemoteSiteNames()
      • getLocalCacheName

        public java.lang.String getLocalCacheName()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable