Class InvalidUserException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmptyUserNameException, GroupNotAddedException, InvalidEmailException, InvalidUserNameException

public abstract class InvalidUserException extends ServiceException
KROTKI OPIS...
Author:
Bartosz Kubiak 2 wrz 2015
See Also:
  • Constructor Details

    • InvalidUserException

      public InvalidUserException(Throwable t)
    • InvalidUserException

      public InvalidUserException(String message, Throwable t)
    • InvalidUserException

      public InvalidUserException(String message)
  • Method Details

    • getMessageTranslated

      public abstract String getMessageTranslated()