|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--fido.db.FidoException | +--fido.db.TransactionNotFoundException
An attempt to access a Transaction in the TransactionTable by a name which does not exist.
TransactionTable
,
Serialized FormConstructor Summary | |
TransactionNotFoundException(int id)
Constructs an TransactionNotFoundException
with a the object not found in the message. |
|
TransactionNotFoundException(java.lang.String s)
Constructs an TransactionNotFoundException
with a detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransactionNotFoundException(java.lang.String s)
TransactionNotFoundException
with a detail message.
s
- the detail messagepublic TransactionNotFoundException(int id)
TransactionNotFoundException
with a the object not found in the message.
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |