Class ResourceNotFoundException

    • Constructor Detail

      • ResourceNotFoundException

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

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

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