com.reuters.rc.db.adb
Class AdbSystemException

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

public class AdbSystemException
extends DbSystemException

Exception thrown by the Adb helper classes.

Author:
Jawaid Hakim.
See Also:
Serialized Form

Constructor Summary
AdbSystemException(java.lang.String msg)
          Ctor.
AdbSystemException(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

AdbSystemException

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

AdbSystemException

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


Copyright © 2002-2003 Reuters. All Rights Reserved.