javax.resource.spi.work
Class WorkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by 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

Field Summary
static java.lang.String INTERNAL
           
static java.lang.String START_TIMED_OUT
           
static java.lang.String TX_CONCURRENT_WORK_DISALLOWED
           
static java.lang.String TX_RECREATE_FAILED
           
static java.lang.String UNDEFINED
           
 
Constructor Summary
WorkException()
           
WorkException(java.lang.String message)
           
WorkException(java.lang.String message, java.lang.String errorCode)
           
WorkException(java.lang.String message, java.lang.Throwable cause)
           
WorkException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, setErrorCode, setLinkedException
 
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
 

Field Detail

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
Constructor Detail

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)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © {inceptionYear}-2007 null. All Rights Reserved.