Package org.apache.derby.iapi.error
Class PublicAPI
java.lang.Object
org.apache.derby.iapi.error.PublicAPI
Class that wraps StandardExceptions in a SQLException.
This is used to make any public API methods always
throw SQLException rather than a random collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SQLException
Generates a SQLException for signalling that the operation failed due to a database error.
-
Constructor Details
-
PublicAPI
public PublicAPI()
-
-
Method Details
-
wrapStandardException
Generates a SQLException for signalling that the operation failed due to a database error.
-