jrunx.persistence.greylock
Class DBSchemaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.DBSchemaException
All Implemented Interfaces:
java.io.Serializable

public class DBSchemaException
extends DBException

db schema error Vendor: {vendor}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
DBSchemaException(java.lang.String vendor)
           
DBSchemaException(java.lang.String vendor, java.lang.Throwable th)
           
 
Method Summary
 java.lang.String getVendor()
           
 
Methods inherited from class jrunx.persistence.greylock.DBException
getRootException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBSchemaException

public DBSchemaException(java.lang.String vendor)

DBSchemaException

public DBSchemaException(java.lang.String vendor,
                         java.lang.Throwable th)
Method Detail

getVendor

public java.lang.String getVendor()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.