com.silverpeas.processManager
Class ProcessManagerFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.silverpeas.processManager.ProcessManagerException
com.silverpeas.processManager.ProcessManagerFatalException
- All Implemented Interfaces:
- com.stratelia.webactiv.util.exception.FromModule, com.stratelia.webactiv.util.exception.WithNested, Serializable
public class ProcessManagerFatalException
- extends ProcessManagerException
Thrown when a fatal error occured in a processManager component.
- See Also:
- Serialized Form
Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
ERROR, FATAL, WARNING |
Constructor Summary |
ProcessManagerFatalException(String caller,
String message)
Set the caller and the error message |
ProcessManagerFatalException(String caller,
String message,
Exception nestedException)
Set the caller, the error message and the nested exception. |
ProcessManagerFatalException(String caller,
String message,
String infos)
Set the caller, infos and the error message |
ProcessManagerFatalException(String caller,
String message,
String infos,
Exception nestedException)
Set the caller, the error message, infos and the nested exception. |
Methods inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException |
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.
Copyright © 2016 Silverpeas. All Rights Reserved.