Class NoUserFoundException

All Implemented Interfaces:
Serializable

public class NoUserFoundException extends UserException
The Class NoUserFoundException.
See Also:
  • Constructor Details

    • NoUserFoundException

      public NoUserFoundException()
      Instantiates a new no user found exception.
    • NoUserFoundException

      public NoUserFoundException(String message)
      Instantiates a new no user found exception.
      Parameters:
      message - the message
    • NoUserFoundException

      public NoUserFoundException(String message, Throwable cause)
      Instantiates a new no user found exception.
      Parameters:
      message - the message
      cause - the cause
    • NoUserFoundException

      public NoUserFoundException(Throwable cause)
      Instantiates a new no user found exception.
      Parameters:
      cause - the cause
    • NoUserFoundException

      public NoUserFoundException(long modelId)
      Instantiates a new no user found exception.
      Parameters:
      modelId - the model id
    • NoUserFoundException

      public NoUserFoundException(Throwable cause, long modelId)
      Instantiates a new no user found exception.
      Parameters:
      cause - the cause
      modelId - the model id
  • Method Details

    • getModelId

      public long getModelId()
      Gets the model id.
      Returns:
      the model id