Class EntityNotFoundException

    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException​(String message)
        Instantiates a new entity not found exception.
        Parameters:
        message - the message
      • EntityNotFoundException

        public EntityNotFoundException​(Throwable cause)
        Instantiates a new entity not found exception.
        Parameters:
        cause - the cause
      • EntityNotFoundException

        public EntityNotFoundException​(String message,
                                       Throwable cause)
        Instantiates a new entity not found exception.
        Parameters:
        message - the message
        cause - the cause