org.apache.ode.bpel.dao
Class QueryReturnedMultipleResultsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ode.bpel.dao.QueryReturnedMultipleResultsException
All Implemented Interfaces:
java.io.Serializable

public class QueryReturnedMultipleResultsException
extends java.lang.Exception

Thrown when a query returns multiple results.

Created on Mar 9, 2004 at 1:51:09 PM.

See Also:
Serialized Form

Constructor Summary
QueryReturnedMultipleResultsException()
           
 
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

QueryReturnedMultipleResultsException

public QueryReturnedMultipleResultsException()