KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > LocalTransactionException

javax.resource.spi
Class LocalTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended byjavax.resource.spi.LocalTransactionException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


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


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


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


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

Popular Tags