org.garret.consus
Class ConsusNotSingleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.garret.consus.ConsusNotSingleException
All Implemented Interfaces:
java.io.Serializable

public class ConsusNotSingleException
extends java.sql.SQLException

Exception thrown by Consus when more than one record is selected in a context where one object is expected.

See Also:
Serialized Form

Constructor Summary
ConsusNotSingleException()
          Exception constructor.
ConsusNotSingleException(java.lang.String msg)
          Exception constructor.
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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

ConsusNotSingleException

public ConsusNotSingleException()
Exception constructor.


ConsusNotSingleException

public ConsusNotSingleException(java.lang.String msg)
Exception constructor.

Parameters:
msg - message text