Class VerifyRuntimeException

java.lang.Object
All Implemented Interfaces:
Serializable, 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: