Object Translator

com.informix.ormapper
Class NoConnectionException

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

public class NoConnectionException
extends DatabaseException

This is the sub Object Translator exception that will be thrown when no connection has been set for an object.

See Also:
Serialized Form

Constructor Summary
NoConnectionException()
           
NoConnectionException(com.informix.ormapper.OResourceBundle res)
           
NoConnectionException(com.informix.ormapper.OResourceBundle res, java.lang.Throwable e)
           
NoConnectionException(java.sql.SQLException e)
           
NoConnectionException(java.lang.String message)
           
NoConnectionException(java.lang.String message, java.lang.Throwable e)
           
NoConnectionException(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

NoConnectionException

public NoConnectionException()

NoConnectionException

public NoConnectionException(java.lang.Throwable e)

NoConnectionException

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

NoConnectionException

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

NoConnectionException

public NoConnectionException(java.lang.String message)

NoConnectionException

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

NoConnectionException

public NoConnectionException(java.sql.SQLException e)

Object Translator

Copyright © 1999-2000 Informix Software, Inc.