public class OAuth2Exception extends Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Serial Version UID.
|
| Constructor and Description |
|---|
OAuth2Exception(String message)
Constructs a new OAuth2Exception with message.
|
OAuth2Exception(String message,
Throwable throwable)
Constructs a new OAuth2Exception with message and underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public OAuth2Exception(String message)
message - The exception message.Copyright © 2025 Open Identity Platform Community. All rights reserved.