Class HpccFileException

    • Constructor Detail

      • HpccFileException

        public HpccFileException()
        Empty constructor.
      • HpccFileException

        public HpccFileException​(String message)
        Instantiates a new hpcc file exception.
        Parameters:
        message - text explaining exception
      • HpccFileException

        public HpccFileException​(Throwable cause)
        Instantiates a new hpcc file exception.
        Parameters:
        cause - An exception that has been remapped into an HPCC Exception
      • HpccFileException

        public HpccFileException​(String message,
                                 Throwable cause)
        Instantiates a new hpcc file exception.
        Parameters:
        message - explanation of exception
        cause - generating exception
      • HpccFileException

        public HpccFileException​(String message,
                                 Throwable cause,
                                 boolean enableSuppression,
                                 boolean writableStackTrace)
        Instantiates a new hpcc file exception.
        Parameters:
        message - the message
        cause - the cause
        enableSuppression - the enable suppression
        writableStackTrace - the writable stack trace