Sun Adapter for DB2 Universal Database

com.stc.connector.db2adapter.appconn
Class DbApplicationConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationConnectionException
              extended by com.stc.connector.db2adapter.appconn.DbApplicationConnectionException
All Implemented Interfaces:
java.io.Serializable

public class DbApplicationConnectionException
extends com.stc.connector.appconn.common.ApplicationConnectionException

Exception class for DB application connection.

Version:
$Revision: 1.4 $
Author:
$Author: reisner $
See Also:
Serialized Form

Constructor Summary
DbApplicationConnectionException()
          Creates a new instance of DbApplicationConnectionException without detail message.
DbApplicationConnectionException(java.lang.String msg)
          Constructs an instance of DbApplicationConnectionException with the specified detail message.
 
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

DbApplicationConnectionException

public DbApplicationConnectionException()
Creates a new instance of DbApplicationConnectionException without detail message.


DbApplicationConnectionException

public DbApplicationConnectionException(java.lang.String msg)
Constructs an instance of DbApplicationConnectionException with the specified detail message.

Parameters:
msg - the detail message.

Sun Adapter for DB2 Universal Database