Class PentahoCheckedChainedException

    • Constructor Detail

      • PentahoCheckedChainedException

        public PentahoCheckedChainedException()
      • PentahoCheckedChainedException

        public PentahoCheckedChainedException​(String message)
        Constructor
        Parameters:
        message - The message to be carried by the exception.
      • PentahoCheckedChainedException

        public PentahoCheckedChainedException​(String message,
                                              Throwable reas)
        Constructor
        Parameters:
        message - The message.
        reas - The root cause of the exception.
      • PentahoCheckedChainedException

        public PentahoCheckedChainedException​(Throwable reas)
        Constructor
        Parameters:
        reas - The cause of this exception
    • Method Detail

      • getRootCause

        public Throwable getRootCause()
        Gets the root cause of the exception.