org.melati.poem.transaction
Class CrossTransactionCommitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.transaction.CrossTransactionCommitException
- All Implemented Interfaces:
- Serializable
public class CrossTransactionCommitException
- extends PoemException
Thrown should there be an attempt within one Transactioned
Transaction
to commit changes made in another.
- Author:
- WilliamC At paneris.org
- See Also:
- Serialized Form
object
public Transactioned object
- The Transaction that has the problem.
CrossTransactionCommitException
public CrossTransactionCommitException(Transactioned object)
- Constructor taking a Transactioned object.
- Parameters:
object
- the Transaction object
getMessage
public String getMessage()
- The detail message.
The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.