Class DocumentNotFoundException

    • Constructor Detail

      • DocumentNotFoundException

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

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

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