Class ReplicationException

    • Constructor Summary

      Constructors 
      Constructor Description
      ReplicationException​(java.lang.Exception e)
      Creates a ReplicationException given a root exception
      ReplicationException​(java.lang.String s)
      Creates a ReplicationException given a message describing the failure cause
      ReplicationException​(java.lang.String s, java.lang.Exception e)
      Creates a ReplicationException given a message describing the failure cause and a root exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ReplicationException

        public ReplicationException​(java.lang.String s)
        Creates a ReplicationException given a message describing the failure cause
        Parameters:
        s - description
      • ReplicationException

        public ReplicationException​(java.lang.String s,
                                    java.lang.Exception e)
        Creates a ReplicationException given a message describing the failure cause and a root exception
        Parameters:
        s - description
        e - root failure cause
      • ReplicationException

        public ReplicationException​(java.lang.Exception e)
        Creates a ReplicationException given a root exception
        Parameters:
        e - root failure cause