Class NoSuchUserException

All Implemented Interfaces:
Serializable

public class NoSuchUserException extends NoSuchEntityException
Indicates the named user does not exist
See Also:
  • Constructor Details

    • NoSuchUserException

      public NoSuchUserException(@Nonnull KeyedMessage message, @Nonnull String username)
  • Method Details

    • getUsername

      @Nonnull public String getUsername()