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. |
isSimpleWrapper
boolean isSimpleWrapper()
- Returns true if this instance of DerbySQLException wraps
a StandardException object.
- Returns:
- true if this exception wraps a StandardException object
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.