Class WhitePagesException

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

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

      • WhitePagesException

        public WhitePagesException​(String callingClass,
                                   int errorLevel,
                                   String message,
                                   String extraParams,
                                   Exception nested)
        Constructor which calls the super constructor
        Parameters:
        callingClass - (String) the name of the module which catchs the Exception
        errorLevel - (int) the level error of the exception
        message - (String) the level of the exception label
        extraParams - (String) the generic exception message
        nested - (Exception) the exception catched
      • WhitePagesException

        public WhitePagesException​(String callingClass,
                                   int errorLevel,
                                   String message,
                                   String extraParams)
      • WhitePagesException

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

        public WhitePagesException​(String callingClass,
                                   int errorLevel,
                                   String message)
    • Method Detail

      • getModule

        public String getModule()
        Returns the name of this jobPeas
        Specified by:
        getModule in interface org.silverpeas.core.exception.FromModule
        Specified by:
        getModule in class org.silverpeas.core.exception.SilverpeasException
        Returns:
        the name of this module