Novell exteNd
Director 5.2 API

com.sssw.wf.exception
Class EboLinkException

com.sssw.wf.exception.EboLinkException

public class EboLinkException

Used to construct Workflow Link exceptions


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

Constructor Detail

EboLinkException

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

EboLinkException

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

EboLinkException

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

EboLinkException

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

EboLinkException

public EboLinkException(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