KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > work > WorkException

javax.resource.spi.work
Class WorkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended byjavax.resource.spi.work.WorkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WorkCompletedException, WorkRejectedException
See Also:
Top Examples, Source Code

public static final String INTERNAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String START_TIMED_OUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String TX_CONCURRENT_WORK_DISALLOWED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String TX_RECREATE_FAILED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String UNDEFINED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public WorkException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public WorkException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public WorkException(String message,
                     String errorCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public WorkException(String message,
                     Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public WorkException(Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags