Class EntityNotFoundException

    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException​(String message)

        Constructor for EntityNotFoundException.

        Parameters:
        message - a String object.
      • EntityNotFoundException

        public EntityNotFoundException​(String message,
                                       Throwable cause)

        Constructor for EntityNotFoundException.

        Parameters:
        message - a String object.
        cause - a Throwable object.
      • EntityNotFoundException

        public EntityNotFoundException​(Throwable cause)

        Constructor for EntityNotFoundException.

        Parameters:
        cause - a Throwable object.