Class InvalidUsernameException

    • Constructor Detail

      • InvalidUsernameException

        public InvalidUsernameException​(@NotNull
                                        String userMessage)
        Deprecated.
        Use constructor with separate admin and user messages
      • InvalidUsernameException

        public InvalidUsernameException​(@NotNull
                                        String userMessage,
                                        @NotNull
                                        String adminMessage)
    • Method Detail

      • getAdminMessage

        @NotNull
        public String getAdminMessage()