public class DuplicateRequestParameterException extends OAuth2Exception
Constructor and Description |
---|
DuplicateRequestParameterException()
Constructs a new DuplicateRequestParameterException with the default message.
|
DuplicateRequestParameterException(String message)
Constructs a new DuplicateRequestParameterException with the specified message.
|
DuplicateRequestParameterException(String message,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new DuplicateRequestParameterException with the specified message.
|
getError, getParameterLocation, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateRequestParameterException()
public DuplicateRequestParameterException(String message)
OAuth2Constants.UrlLocation
for the parameters are defaulted to QUERY.message
- The reason for the exception.public DuplicateRequestParameterException(String message, OAuth2Constants.UrlLocation parameterLocation)
message
- The reason for the exception.parameterLocation
- Indicates the location of the parameters in the URL.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.