com.webmethods.bpm.process
Interface IBpmProcessError


public interface IBpmProcessError

Interface representing a single error entry


Method Summary
 String getErrorMessage()
           
 String getErrorStackTrace()
           
 String getServerID()
           
 Date getTimestamp()
           
 

Method Detail

getTimestamp

Date getTimestamp()

getErrorMessage

String getErrorMessage()

getErrorStackTrace

String getErrorStackTrace()

getServerID

String getServerID()