Package com.networknt.security.inbound
Class VerificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.networknt.security.inbound.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 Summary
Constructors Constructor Description VerificationException(String message)VerificationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-