javax.resource.spi.work
Class WorkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.work.WorkException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- WorkCompletedException, WorkRejectedException
public class WorkException
- extends ResourceException
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INTERNAL
public static final java.lang.String INTERNAL
- See Also:
- Constant Field Values
UNDEFINED
public static final java.lang.String UNDEFINED
- See Also:
- Constant Field Values
START_TIMED_OUT
public static final java.lang.String START_TIMED_OUT
- See Also:
- Constant Field Values
TX_CONCURRENT_WORK_DISALLOWED
public static final java.lang.String TX_CONCURRENT_WORK_DISALLOWED
- See Also:
- Constant Field Values
TX_RECREATE_FAILED
public static final java.lang.String TX_RECREATE_FAILED
- See Also:
- Constant Field Values
WorkException
public WorkException()
WorkException
public WorkException(java.lang.String message)
WorkException
public WorkException(java.lang.Throwable cause)
WorkException
public WorkException(java.lang.String message,
java.lang.Throwable cause)
WorkException
public WorkException(java.lang.String message,
java.lang.String errorCode)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © {inceptionYear}-2007 null. All Rights Reserved.