Class VerifyException

  • All Implemented Interfaces:
    java.io.Serializable

    @Beta
    @GwtCompatible
    public class VerifyException
    extends java.lang.RuntimeException
    Exception thrown upon the failure of a verification check, including those performed by the convenience methods of the Verify class.
    Since:
    17.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VerifyException()
      Constructs a VerifyException with no message.
      VerifyException​(java.lang.String message)
      Constructs a VerifyException with the message message.
    • 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

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

      • VerifyException

        public VerifyException()
        Constructs a VerifyException with no message.
      • VerifyException

        public VerifyException​(@Nullable
                               java.lang.String message)
        Constructs a VerifyException with the message message.