Class KmaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.silverpeas.kernel.SilverpeasException
org.silverpeas.core.exception.SilverpeasException
org.silverpeas.components.kmax.KmaxException
All Implemented Interfaces:
Serializable, org.silverpeas.core.exception.FromModule, org.silverpeas.core.exception.WithNested

public class KmaxException extends org.silverpeas.core.exception.SilverpeasException
See Also:
  • Constructor Details

    • KmaxException

      public KmaxException(String callingClass, int errorLevel, String message)
      constructors
    • KmaxException

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

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

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

    • getModule

      public String getModule()
      getModule
      Specified by:
      getModule in interface org.silverpeas.core.exception.FromModule
      Specified by:
      getModule in class org.silverpeas.core.exception.SilverpeasException