Class VerificationFailure


  • public class VerificationFailure
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VerificationFailure​(java.lang.String nodeId, java.lang.Exception cause)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Throwable cause()  
      java.lang.String nodeId()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • VerificationFailure

        public VerificationFailure​(java.lang.String nodeId,
                                   java.lang.Exception cause)
    • Method Detail

      • nodeId

        public java.lang.String nodeId()
      • cause

        public java.lang.Throwable cause()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object