com.reuters.rc.db.adb
Class AdbBusinessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.reuters.rc.db.DbBaseException
                    |
                    +--com.reuters.rc.db.DbBusinessException
                          |
                          +--com.reuters.rc.db.adb.AdbBusinessException
All Implemented Interfaces:
java.io.Serializable

public class AdbBusinessException
extends DbBusinessException

Exception thrown by the Adb helper classes.

Author:
Jawaid Hakim.
See Also:
Serialized Form

Constructor Summary
AdbBusinessException(java.lang.String msg)
          Ctor.
AdbBusinessException(java.lang.Throwable rootCause)
          Ctor.
 
Methods inherited from class com.reuters.rc.db.DbBaseException
generateStackTraceString, getMessage, getRootCause, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdbBusinessException

public AdbBusinessException(java.lang.String msg)
Ctor.
Parameters:
msg - Exception message.

AdbBusinessException

public AdbBusinessException(java.lang.Throwable rootCause)
Ctor.
Parameters:
rootCause - Original cause of exception.


Copyright © 2002-2003 Reuters. All Rights Reserved.