Novell exteNd
Director 5.2 API

com.sssw.wf.exception
Class EboWorkitemException

com.sssw.wf.exception.EboWorkitemException

public class 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

EboWorkitemException

public EboWorkitemException(String resource)
Constructor with error message
Parameters:
resource - error message text (String)

EboWorkitemException

public EboWorkitemException(Throwable parent,
                            String message)
Constructor with Throwable and error message
Parameters:
parent - prior java exception (Throwable)
message - associated with parent throwable (String)

EboWorkitemException

public EboWorkitemException(String resource,
                            String[] args)
Constructor with error message and message arguments
Parameters:
resource - error message text (String)
args - message text arguments (String[])

EboWorkitemException

public EboWorkitemException(Throwable parent,
                            String resource,
                            String[] args)
Constructor with embedded exception, error message and message arguments
Parameters:
parent - prior java exception (Throwable)
resource - error message text (String)
args - message text arguments (String[])

Novell exteNd
Director 5.2 API