|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sssw.wf.exception.EboWorkitemException
Used to construct Workflow Workitem exceptions
| Constructor Summary | |
EboWorkitemException(String resource)
Constructor with error message |
|
EboWorkitemException(String resource,
String[] args)
Constructor with error message and message arguments |
|
EboWorkitemException(Throwable parent,
String message)
Constructor with Throwable and error message |
|
EboWorkitemException(Throwable parent,
String resource,
String[] args)
Constructor with embedded exception, error message and message arguments |
|
| Constructor Detail |
public EboWorkitemException(String resource)
resource - error message text (String)
public EboWorkitemException(Throwable parent,
String message)
parent - prior java exception (Throwable)message - associated with parent throwable (String)
public EboWorkitemException(String resource,
String[] args)
resource - error message text (String)args - message text arguments (String[])
public EboWorkitemException(Throwable parent,
String resource,
String[] args)
parent - prior java exception (Throwable)resource - error message text (String)args - message text arguments (String[])
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||