Novell exteNd
Director 5.2 API

com.sssw.wf.exception
Class EboQueueException

com.sssw.wf.exception.EboQueueException

public class EboQueueException

Used to construct Workflow Queue exceptions


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

Constructor Detail

EboQueueException

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