Class OkapiFileNotFoundException

    • Constructor Detail

      • OkapiFileNotFoundException

        public OkapiFileNotFoundException()
        Creates an empty new OkapiFileNotFoundException object.
      • OkapiFileNotFoundException

        public OkapiFileNotFoundException​(String message)
        Creates a new OkapiFileNotFoundException object with a given message.
        Parameters:
        message - text of the message.
      • OkapiFileNotFoundException

        public OkapiFileNotFoundException​(Throwable cause)
        Creates a new OkapiFileNotFoundException object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • OkapiFileNotFoundException

        public OkapiFileNotFoundException​(String message,
                                          Throwable cause)
        Creates a new OkapiFileNotFoundException object with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.