Class DataWarningRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.silverpeas.core.exception.SilverpeasRuntimeException
org.silverpeas.components.datawarning.DataWarningRuntimeException
All Implemented Interfaces:
Serializable, org.silverpeas.core.exception.FromModule, org.silverpeas.core.exception.WithNested

public class DataWarningRuntimeException extends org.silverpeas.core.exception.SilverpeasRuntimeException
See Also:
  • Constructor Details

    • DataWarningRuntimeException

      public DataWarningRuntimeException(String callingClass, int errorLevel, String message)
    • DataWarningRuntimeException

      public DataWarningRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
    • DataWarningRuntimeException

      public DataWarningRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
    • DataWarningRuntimeException

      public DataWarningRuntimeException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
  • Method Details

    • getModule

      public String getModule()