Class AccountIsLockedException

    • Constructor Detail

      • AccountIsLockedException

        public AccountIsLockedException​(String message,
                                        URI accountUnlockUrl,
                                        Exception innerException)
        Initializes a new instance of the AccountIsLockedException class.
        Parameters:
        message - Error message text.
        accountUnlockUrl - URL for client to visit to unlock account.
    • Method Detail

      • getAccountUnlockUrl

        public URI getAccountUnlockUrl()
        Gets the URL of a web page where the user can navigate to unlock his or her account.