org.melati.poem.transaction
Class WriteCommittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.transaction.WriteCommittedException
- All Implemented Interfaces:
- Serializable
public class WriteCommittedException
- extends PoemException
Thrown when an attempt is made to write to an object within a committed
Transaction
.
- See Also:
- Serialized Form
transactioned
public Transactioned transactioned
- The committed Transaction.
WriteCommittedException
public WriteCommittedException(Transactioned transactioned)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.