Class RetrieveUsernameException

    • Constructor Detail

      • RetrieveUsernameException

        public RetrieveUsernameException​(String message)
        Default constructor.
        Parameters:
        message - end-user message about the problem.
      • RetrieveUsernameException

        public RetrieveUsernameException​(String message,
                                         Throwable throwable)
        Constructor in case of parent exception.
        Parameters:
        message - end-user message about the problem.
        throwable - parent exception.