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:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:47 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| 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()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.