public class ServerException extends OAuth2Exception
Constructor and Description |
---|
ServerException()
Constructs a new ServerException with the default message.
|
ServerException(String message)
Constructs a new ServerException with the specified message.
|
ServerException(Throwable cause)
Constructs a new ServerException with the message from the specified cause.
|
getError, getParameterLocation, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerException()
public ServerException(String message)
message
- The reason for the exception.public ServerException(Throwable cause)
cause
- The cause of the exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.