public class OpenIdConnectVerificationException extends Exception
| Constructor and Description |
|---|
OpenIdConnectVerificationException()
Construct the exception.
|
OpenIdConnectVerificationException(String message)
Construct the exception with the given message.
|
OpenIdConnectVerificationException(String message,
Throwable cause)
Construct the exception with the given message and cause.
|
OpenIdConnectVerificationException(Throwable cause)
Construct the exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OpenIdConnectVerificationException()
public OpenIdConnectVerificationException(String message)
message - The message.public OpenIdConnectVerificationException(String message, Throwable cause)
message - The message.cause - The cause.public OpenIdConnectVerificationException(Throwable cause)
cause - The cause.Copyright © 2025 Open Identity Platform Community. All rights reserved.