Class ReportExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.datenwerke.rs.core.service.reportmanager.exceptions.ReportExecutorException
All Implemented Interfaces:
Serializable

public class ReportExecutorException extends Exception
See Also:
  • Constructor Details

    • ReportExecutorException

      public ReportExecutorException(String msg)
    • ReportExecutorException

      public ReportExecutorException(String msg, String details, Throwable cause)
    • ReportExecutorException

      public ReportExecutorException(Throwable cause)
    • ReportExecutorException

      public ReportExecutorException(String msg, Throwable cause)
  • Method Details

    • getDetails

      public String getDetails()