org.melati.poem
Class NoMoreTransactionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.NoMoreTransactionsException
- All Implemented Interfaces:
- Serializable
public class NoMoreTransactionsException
- extends SeriousPoemException
Thrown when the system runs out of its pool of Transaction
s;
which happens if Transaction
s die with an Error
such as OutOfMemoryError
.
- Author:
- WilliamC At paneris.org
- See Also:
- Serialized Form
NoMoreTransactionsException
public NoMoreTransactionsException()
- Constructor.
NoMoreTransactionsException
public NoMoreTransactionsException(String message)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.