public class WorkException extends ResourceException
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL |
static String |
START_TIMED_OUT |
static String |
TX_CONCURRENT_WORK_DISALLOWED |
static String |
TX_RECREATE_FAILED |
static String |
UNDEFINED |
Constructor and Description |
---|
WorkException() |
WorkException(String message) |
WorkException(String message,
String errorCode) |
WorkException(String message,
Throwable cause) |
WorkException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
getErrorCode, getLinkedException, setErrorCode, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String INTERNAL
public static final String UNDEFINED
public static final String START_TIMED_OUT
public static final String TX_CONCURRENT_WORK_DISALLOWED
public static final String TX_RECREATE_FAILED
public WorkException()
public WorkException(String message)
public WorkException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
Copyright © 2013. All Rights Reserved.