Searched defs:BadRequestException (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DBadRequestException.java24 public class BadRequestException extends OAuth2Exception { class in inherits:OAuth2Exception
27 * Constructs a new BadRequestException with the specified message.
31 public BadRequestException(final String message) { method in class:BadRequestException
36 * Constructs a new BadRequestException with the specified message and code.
41 public BadRequestException(final String error, final String message) { method in class:BadRequestException
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DBadRequestException.java24 public class BadRequestException extends OAuth2Exception { class in inherits:OAuth2Exception
27 * Constructs a new BadRequestException with the specified message.
31 public BadRequestException(final String message) { method in class:BadRequestException
36 * Constructs a new BadRequestException with the specified message and code.
41 public BadRequestException(final String error, final String message) { method in class:BadRequestException
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Doauth-filter-0.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/identity/ com/sun/identity/oauth/ ...

Completed in 49 milliseconds