|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.orbroker.BrokerException
net.sourceforge.orbroker.MoreThanOneRowException
Exception when one row was expected, but multiple rows were returned.
Transaction
,
Serialized FormConstructor Summary | |
MoreThanOneRowException(String message)
Constructor. |
|
MoreThanOneRowException(String message,
Throwable cause)
Constructor. |
|
MoreThanOneRowException(Throwable cause)
Constructor. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MoreThanOneRowException(String message)
message
- public MoreThanOneRowException(Throwable cause)
cause
- public MoreThanOneRowException(String message, Throwable cause)
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |