Class ProcessManagerException

  • All Implemented Interfaces:
    Serializable, org.silverpeas.core.exception.FromModule, org.silverpeas.core.exception.WithNested
    Direct Known Subclasses:
    ProcessManagerFatalException

    public class ProcessManagerException
    extends org.silverpeas.core.exception.SilverpeasException
    Thrown by the processManager components.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessManagerException

        public ProcessManagerException​(String caller,
                                       String message)
        Set the caller and the error message
      • ProcessManagerException

        public ProcessManagerException​(String caller,
                                       String message,
                                       Exception nestedException)
        Set the caller, the error message and the nested exception.
      • ProcessManagerException

        public ProcessManagerException​(String caller,
                                       String message,
                                       String infos)
        Set the caller, infos and the error message
      • ProcessManagerException

        public ProcessManagerException​(String caller,
                                       String message,
                                       String infos,
                                       Exception nestedException)
        Set the caller, the error message, infos and the nested exception.
      • ProcessManagerException

        protected ProcessManagerException​(String caller,
                                          int level,
                                          String message)
        Set the caller, the level and the error message. Used only by the FatalProcessManagerException
      • ProcessManagerException

        protected ProcessManagerException​(String caller,
                                          int level,
                                          String message,
                                          Exception nestedException)
        Set the caller, the level, the error message and the nested exception. Used only by the FatalProcessManagerException
      • ProcessManagerException

        protected ProcessManagerException​(String caller,
                                          int level,
                                          String message,
                                          String infos)
        Set the caller, the level, the error message and infos. Used only by the FatalProcessManagerException
      • ProcessManagerException

        protected ProcessManagerException​(String caller,
                                          int level,
                                          String message,
                                          String infos,
                                          Exception nestedException)
        Set the caller, the level, the error message, infos and the nested exception. Used only by the FatalProcessManagerException
    • Method Detail

      • getModule

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