Class NoSuchUserException

All Implemented Interfaces:
Serializable

public class NoSuchUserException extends UserException
See Also:
  • Constructor Details

    • NoSuchUserException

      public NoSuchUserException()
    • NoSuchUserException

      public NoSuchUserException(String message)
    • NoSuchUserException

      public NoSuchUserException(String message, Throwable cause)
    • NoSuchUserException

      public NoSuchUserException(Throwable cause)