Novell exteNd
Director 5.2 API

com.sssw.wf.exception
Class EboFactoryException

com.sssw.wf.exception.EboFactoryException

public class EboFactoryException

Used to construct Workflow factory exceptions


Constructor Summary
EboFactoryException(String resource)
          Constructor with message
EboFactoryException(String resource, String[] args)
          Constructor with error message and message arguments
EboFactoryException(Throwable parent, String resource, String[] args)
          Constructor with embedded exception, error message, and message arguments
 

Constructor Detail

EboFactoryException

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

EboFactoryException

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

EboFactoryException

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

Novell exteNd
Director 5.2 API