Class UserManagementException

    • Constructor Detail

      • UserManagementException

        public UserManagementException​(String msg)
        Creates authentication exception with given error message.
        Parameters:
        msg - Error message.
      • UserManagementException

        public UserManagementException​(String msg,
                                       @Nullable
                                       @Nullable Throwable cause)
        Creates authentication exception with given error message.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).