com.ibm.uddi.promoter.db
Class DBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.uddi.promoter.db.DBException
All Implemented Interfaces:
java.io.Serializable

public class DBException
extends java.lang.Exception

Specialized exception for database specific error conditions

Author:
IBM
See Also:
Serialized Form

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
DBException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

DBException

public DBException(java.lang.String message)
See Also:
Throwable.Throwable(String)