Class UnknownUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.core.workflow.api.WorkflowException
-
- org.silverpeas.core.workflow.engine.exception.UnknownUserException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class UnknownUserException extends WorkflowException
Thrown when a user is unknown- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description UnknownUserException(String caller, String userId)
Set the callerUnknownUserException(String caller, String userId, Exception nested)
Set the caller and the nested exception
-
Method Summary
-
Methods inherited from class org.silverpeas.core.workflow.api.WorkflowException
getModule
-
Methods inherited from class org.silverpeas.core.exception.SilverpeasException
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-