Class ReportExecutorRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datenwerke.rs.core.service.reportmanager.exceptions.ReportExecutorRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedFormatException

public class ReportExecutorRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • ReportExecutorRuntimeException

      public ReportExecutorRuntimeException()
    • ReportExecutorRuntimeException

      public ReportExecutorRuntimeException(String msg)
    • ReportExecutorRuntimeException

      public ReportExecutorRuntimeException(Throwable e)
    • ReportExecutorRuntimeException

      public ReportExecutorRuntimeException(String msg, Throwable e)