org.apache.derby.iapi.error
Interface DerbySQLException

All Known Implementing Classes:
EmbedSQLException

public interface DerbySQLException

DerbySQLException should be implemented by Derby's SQLException sub classes to allow the exception handling mechanism to distinguish between ordinary SQLExceptions and Derby generated ones.

See Also:
EmbedSQLException

Method Summary
 boolean isSimpleWrapper()
          Returns true if this instance of DerbySQLException wraps a StandardException object.
 

Method Detail

isSimpleWrapper

boolean isSimpleWrapper()
Returns true if this instance of DerbySQLException wraps a StandardException object.

Returns:
true if this exception wraps a StandardException object

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.