Class EmbeddedRegistrationNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.auth.user.session.embedded.EmbeddedRegistrationNotAllowedException
All Implemented Interfaces:
Serializable

public class EmbeddedRegistrationNotAllowedException extends RuntimeException
Indicates that there was an attempt to register a user using embedded registration when the AuthorizationServer receiving the request did not allow embedded registration.
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • EmbeddedRegistrationNotAllowedException

      public EmbeddedRegistrationNotAllowedException(String authServerId, String clientId)
    • EmbeddedRegistrationNotAllowedException

      public EmbeddedRegistrationNotAllowedException(String authServerId, String clientId, String message)
  • Method Details