Class PentahoChainedException

    • Constructor Detail

      • PentahoChainedException

        public PentahoChainedException()
      • PentahoChainedException

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

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

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

      • getRootCause

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