javax.resource.spi

Class LocalTransactionException


public class LocalTransactionException
extends ResourceException

Constructor Summary

LocalTransactionException()
LocalTransactionException(String message)
LocalTransactionException(String message, String errorCode)
LocalTransactionException(String message, Throwable cause)
LocalTransactionException(Throwable cause)

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

LocalTransactionException

public LocalTransactionException()

LocalTransactionException

public LocalTransactionException(String message)

LocalTransactionException

public LocalTransactionException(String message,
                                 String errorCode)

LocalTransactionException

public LocalTransactionException(String message,
                                 Throwable cause)

LocalTransactionException

public LocalTransactionException(Throwable cause)