|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
i3.dragos.exception.DragosException
i3.dragos.exception.MultipleResultsException
public class MultipleResultsException
An MultipleResultsException is thrown when a query designed for
unique results found more than one possible result. In this case, a general
version of the query should be used instead (if available).
| Constructor Summary | |
|---|---|
MultipleResultsException(java.lang.String message)
Constructs a new exception with the given message. |
|
MultipleResultsException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new exception with the given message which is wrapped around an exception. |
|
| Method Summary |
|---|
| 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 MultipleResultsException(java.lang.String message)
message - A message describing the reason of the exception.
public MultipleResultsException(java.lang.String message,
java.lang.Throwable throwable)
message - A message describing the reason of the exception.throwable - The exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||