com.ibm.tivoli.maximo.report.birt.runtime

Class ReportExecutionException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.tivoli.maximo.report.birt.runtime.ReportExecutionException
  • All Implemented Interfaces:
    java.io.Serializable


    public class ReportExecutionException
    extends java.lang.Exception
    A class used for representing exceptions thrown by the report runtime engine.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReportExecutionException

        public ReportExecutionException(java.lang.String message)
      • ReportExecutionException

        public ReportExecutionException(java.lang.String message,
                                        java.lang.Throwable cause)