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