| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.resource.ResourceException javax.resource.spi.LocalTransactionException
LocalTransactionException | public class LocalTransactionException extends ResourceException (Code) | | A LocalTransactionException represents various error conditions related to
local transaction management. Common error conditions which are indicated by
this exception include failure to commit, attempt to start a transaction
while inside a transaction, or any resource adapter transaction related
error condition.
|
LocalTransactionException | public LocalTransactionException()(Code) | | Create an exception.
|
LocalTransactionException | public LocalTransactionException(String reason)(Code) | | Create an exception with a reason.
|
LocalTransactionException | public LocalTransactionException(String reason, String errorCode)(Code) | | Create an exception with a reason and an errorCode.
|
LocalTransactionException | public LocalTransactionException(String reason, Throwable cause)(Code) | | Create an exception with a reason and cause.
Parameters: reason - the reason Parameters: cause - the cause |
LocalTransactionException | public LocalTransactionException(Throwable cause)(Code) | | Create an exception with a cause.
Parameters: cause - the cause |
|
|
|