com.reuters.rc.db
Class DbBusinessException

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

public class DbBusinessException
extends DbBaseException

Exception thrown when a normal usage error condition is trapped. This category of exceptions indicate non-system exceptions. For example, if a message validation fails it is a business exception. On the other hand, if there an unsupported operation is performed a system exception will be thrown.

Author:
Jawaid Hakim.
See Also:
DbSystemException, Serialized Form

Constructor Summary
DbBusinessException(java.lang.String desc)
          Constructor.
DbBusinessException(java.lang.Throwable original)
          Constructor.
 
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

DbBusinessException

public DbBusinessException(java.lang.String desc)
Constructor.
Parameters:
desc - Description of exception.

DbBusinessException

public DbBusinessException(java.lang.Throwable original)
Constructor.
Parameters:
original - Original throwable.


Copyright © 2002-2003 Reuters. All Rights Reserved.