Class VerifyRuntimeException

  • All Implemented Interfaces:
    ErrorCodeAccessor, Trap


    public class VerifyRuntimeException
    extends AbstractRuntimeException
    A verify exception is thrown in case the verification of the result (of an algorithm) failed. This exception is thrown at runtime in case the VerifyMode is set to VerifyMode#VERFIY
    See Also:
    Serialized Form
    • Constructor Detail

      • VerifyRuntimeException

        public VerifyRuntimeException​(java.lang.String aMessage)
        Instantiates a new verify runtime exception.
        Parameters:
        aMessage - the message
      • VerifyRuntimeException

        public VerifyRuntimeException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Instantiates a new verify runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • VerifyRuntimeException

        public VerifyRuntimeException​(java.lang.Throwable cause)
        Instantiates a new verify runtime exception.
        Parameters:
        cause - the cause
      • VerifyRuntimeException

        public VerifyRuntimeException​(java.lang.String aMessage,
                                      java.lang.String aErrorCode)
        Instantiates a new verify runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • VerifyRuntimeException

        public VerifyRuntimeException​(java.lang.String aMessage,
                                      java.lang.Throwable aCause,
                                      java.lang.String aErrorCode)
        Instantiates a new verify runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • VerifyRuntimeException

        public VerifyRuntimeException​(java.lang.Throwable aCause,
                                      java.lang.String aErrorCode)
        Instantiates a new verify runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code