Novell exteNd
Director 5.2 API

com.sssw.wf.exception
Class EboActivityException

com.sssw.wf.exception.EboActivityException

public class EboActivityException

Used to construct Workflow Activity exceptions


Constructor Summary
EboActivityException(String resource)
          Constructor with error message
EboActivityException(String resource, String[] args)
          Constructor with error message and message arguments
EboActivityException(String bdlid, String resource, String[] args)
          Constructor with bundle id, error message, and message arguments
EboActivityException(Throwable parent, String resource, String[] args)
          Constructor with embedded exception, error message, and message arguments
EboActivityException(Throwable parent, String bdlid, String resource, String[] args)
          Constructor with exception, bundle id, error message, and message arguments
 

Constructor Detail

EboActivityException

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

EboActivityException

public EboActivityException(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[])

EboActivityException

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

EboActivityException

public EboActivityException(Throwable parent,
                            String bdlid,
                            String resource,
                            String[] args)
Constructor with exception, bundle id, error message, and message arguments
Parameters:
parent - prior java exception (Throwable)
resource - bundle ID (String)
resource - error message text (String)
args - message text arguments (String[])

EboActivityException

public EboActivityException(String bdlid,
                            String resource,
                            String[] args)
Constructor with bundle id, error message, and message arguments
Parameters:
resource - bundle ID (String)
resource - error message text (String)
args - message text arguments (String[])

Novell exteNd
Director 5.2 API