Class 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:
    Serialized Form
    • Constructor Detail

      • EmbeddedRegistrationNotAllowedException

        public EmbeddedRegistrationNotAllowedException​(String authServerId,
                                                       String clientId)
      • EmbeddedRegistrationNotAllowedException

        public EmbeddedRegistrationNotAllowedException​(String authServerId,
                                                       String clientId,
                                                       String message)