de.schwarzrot.app.errors
Class TryAgainTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.beans.PropertyVetoException
de.schwarzrot.app.errors.TryAgainTransactionException
- All Implemented Interfaces:
- Serializable
public class TryAgainTransactionException
- extends PropertyVetoException
exception useable for transaction partners to get synchronized. The status change is indicated by
a PropertyChangeEvent
and the slower partner can throw its veto with this exception.
seconds
is used to force the transaction manager to try it again after that amount of
time.
- Author:
- Reinhard Mantey
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TryAgainTransactionException
public TryAgainTransactionException(String mess,
PropertyChangeEvent evt,
int seconds)
getWaitTimeInSeconds
public final int getWaitTimeInSeconds()
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.