Searched defs:UnsupportedResponseTypeException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DUnsupportedResponseTypeException.java26 public class UnsupportedResponseTypeException extends OAuth2Exception { class in inherits:OAuth2Exception
29 * Constructs a new UnsupportedResponseTypeException instance with the specified message.
33 public UnsupportedResponseTypeException(final String message) { method in class:UnsupportedResponseTypeException
38 * Constructs a new UnsupportedResponseTypeException instance with the specified message.
43 public UnsupportedResponseTypeException(final String message, final OAuth2Constants.UrlLocation parameterLocation) { method in class:UnsupportedResponseTypeException
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DUnsupportedResponseTypeException.java26 public class UnsupportedResponseTypeException extends OAuth2Exception { class in inherits:OAuth2Exception
29 * Constructs a new UnsupportedResponseTypeException instance with the specified message.
33 public UnsupportedResponseTypeException(final String message) { method in class:UnsupportedResponseTypeException
38 * Constructs a new UnsupportedResponseTypeException instance with the specified message.
43 public UnsupportedResponseTypeException(final String message, final OAuth2Constants.UrlLocation parameterLocation) { method in class:UnsupportedResponseTypeException

Completed in 30 milliseconds