Class VerificationException

  • All Implemented Interfaces:
    Serializable

    public class VerificationException
    extends RuntimeException
    Verification Exception is a runtime exception that is thrown during message verification.
    Author:
    Steve Hu
    See Also:
    Serialized Form
    • Constructor Detail

      • VerificationException

        public VerificationException​(String message,
                                     Throwable cause)
      • VerificationException

        public VerificationException​(String message)