|
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.EboEngineException
Used to construct Workflow Engine exceptions
| Constructor Summary | |
EboEngineException(String resource)
Constructor with error message |
|
EboEngineException(String resource,
String[] args)
Constructor with error message and message arguments |
|
EboEngineException(String bdlid,
String resource,
String[] args)
Constructor with bundle id, error message, and message arguments |
|
EboEngineException(Throwable parent,
String resource)
Constructor with error message |
|
EboEngineException(Throwable parent,
String resource,
String[] args)
Constructor with exception, error message, and message arguments |
|
EboEngineException(Throwable parent,
String bdlid,
String resource,
String[] args)
Constructor with exception, bundle id, error message, and message arguments |
|
| Constructor Detail |
public EboEngineException(String resource)
resource - error message text (String)
public EboEngineException(Throwable parent,
String resource)
resource - error message textparent - prior java exception
public EboEngineException(Throwable parent,
String resource,
String[] args)
parent - prior java exception (Throwable)resource - error message text (String)args - message text arguments (String[])
public EboEngineException(String resource,
String[] args)
resource - error message text (String)args - message text arguments (String[])
public EboEngineException(Throwable parent,
String bdlid,
String resource,
String[] args)
parent - prior java exception (Throwable)resource - bundle ID (String)resource - error message text (String)args - message text arguments (String[])
public EboEngineException(String bdlid,
String resource,
String[] args)
resource - bundle ID (String)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 | ||||||||