Class ProcessManagerFatalException

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

    public class ProcessManagerFatalException
    extends ProcessManagerException
    Thrown when a fatal error occured in a processManager component.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessManagerFatalException

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

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

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

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