Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getModule

        public String getModule()