Class WebPagesException

  • All Implemented Interfaces:
    Serializable, org.silverpeas.core.exception.FromModule, org.silverpeas.core.exception.WithNested

    public class WebPagesException
    extends org.silverpeas.core.exception.SilverpeasException
    Author:
    sdevolder
    See Also:
    Serialized Form
    • Constructor Detail

      • WebPagesException

        public WebPagesException​(String callingClass,
                                 int errorLevel,
                                 String message)
        Parameters:
        callingClass -
        errorLevel -
        message -
      • WebPagesException

        public WebPagesException​(String callingClass,
                                 int errorLevel,
                                 String message,
                                 Exception nested)
        Parameters:
        callingClass -
        errorLevel -
        message -
        nested -
      • WebPagesException

        public WebPagesException​(String callingClass,
                                 int errorLevel,
                                 String message,
                                 String extraParams)
        Parameters:
        callingClass -
        errorLevel -
        message -
        extraParams -
      • WebPagesException

        public WebPagesException​(String callingClass,
                                 int errorLevel,
                                 String message,
                                 String extraParams,
                                 Exception nested)
        Parameters:
        callingClass -
        errorLevel -
        message -
        extraParams -
        nested -
    • Method Detail

      • getModule

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