Searched defs:InteractionRequiredException (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 DInteractionRequiredException.java27 public class InteractionRequiredException extends OAuth2Exception { class in inherits:OAuth2Exception
30 * Constructs a new InteractionRequiredException with the default message.
32 public InteractionRequiredException() { method in class:InteractionRequiredException
37 * Constructs a new InteractionRequiredException with the specified message.
41 public InteractionRequiredException(final OAuth2Constants.UrlLocation parameterLocation) { method in class:InteractionRequiredException
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInteractionRequiredException.java27 public class InteractionRequiredException extends OAuth2Exception { class in inherits:OAuth2Exception
30 * Constructs a new InteractionRequiredException with the default message.
32 public InteractionRequiredException() { method in class:InteractionRequiredException
37 * Constructs a new InteractionRequiredException with the specified message.
41 public InteractionRequiredException(final OAuth2Constants.UrlLocation parameterLocation) { method in class:InteractionRequiredException

Completed in 870 milliseconds