Class NoUserFoundException

    • Constructor Detail

      • 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 Detail

      • getModelId

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