Object Translator

com.informix.ormapper
Class NoResultSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--com.informix.ormapper.DatabaseException
                          |
                          +--com.informix.ormapper.NoResultSetException

public class NoResultSetException
extends DatabaseException

This is the sub Object Translator exception that will be thrown when there is no result set or the result set returned is empty.

See Also:
Serialized Form

Constructor Summary
NoResultSetException()
           
NoResultSetException(com.informix.ormapper.OResourceBundle res)
           
NoResultSetException(com.informix.ormapper.OResourceBundle res, java.lang.Throwable e)
           
NoResultSetException(java.sql.SQLException e)
           
NoResultSetException(java.lang.String message)
           
NoResultSetException(java.lang.String message, java.lang.Throwable e)
           
NoResultSetException(java.lang.Throwable e)
           
 
Methods inherited from class com.informix.ormapper.DatabaseException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoResultSetException

public NoResultSetException()

NoResultSetException

public NoResultSetException(java.lang.Throwable e)

NoResultSetException

public NoResultSetException(com.informix.ormapper.OResourceBundle res)

NoResultSetException

public NoResultSetException(com.informix.ormapper.OResourceBundle res,
                            java.lang.Throwable e)

NoResultSetException

public NoResultSetException(java.lang.String message)

NoResultSetException

public NoResultSetException(java.lang.String message,
                            java.lang.Throwable e)

NoResultSetException

public NoResultSetException(java.sql.SQLException e)

Object Translator

Copyright © 1999-2000 Informix Software, Inc.