Throws when a metadata method failed. The cause for this exception
is typically a
SQLException .
version: $Id: MetadataException.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Touraïvane author: Martin Desruisseaux since: 2.1
Constructor Summary
public
MetadataException(String message) Constructs an instance of
MetadataException with the specified
detail message.
Constructs an instance of
MetadataException with the specified cause.
Parameters: message - The detail message. Parameters: cause - The cause of this exception.