Class YellowpagesException

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

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

      • YellowpagesException

        public YellowpagesException​(String callingClass,
                                    int errorLevel,
                                    String message)
        -------------------------------------------------------------------------- constructors constructors
      • YellowpagesException

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

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

        public YellowpagesException​(String callingClass,
                                    int errorLevel,
                                    String message,
                                    String extraParams,
                                    Exception nested)
    • Method Detail

      • getModule

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