javax.resource.spi.work

Class WorkException

public class WorkException extends ResourceException

Field Summary
static StringINTERNAL
static StringSTART_TIMED_OUT
static StringTX_CONCURRENT_WORK_DISALLOWED
static StringTX_RECREATE_FAILED
static StringUNDEFINED
Constructor Summary
WorkException()
WorkException(String message)
WorkException(Throwable cause)
WorkException(String message, Throwable cause)
WorkException(String message, String errorCode)
Method Summary
StringgetMessage()

Field Detail

INTERNAL

public static final String INTERNAL

START_TIMED_OUT

public static final String START_TIMED_OUT

TX_CONCURRENT_WORK_DISALLOWED

public static final String TX_CONCURRENT_WORK_DISALLOWED

TX_RECREATE_FAILED

public static final String TX_RECREATE_FAILED

UNDEFINED

public static final String UNDEFINED

Constructor Detail

WorkException

public WorkException()

WorkException

public WorkException(String message)

WorkException

public WorkException(Throwable cause)

WorkException

public WorkException(String message, Throwable cause)

WorkException

public WorkException(String message, String errorCode)

Method Detail

getMessage

public String getMessage()