org.geotoolkit.metadata.sql
Class MetadataException
Object
Throwable
Exception
RuntimeException
MetadataException
- All Implemented Interfaces:
- Serializable
public class MetadataException
- extends RuntimeException
Throws when a metadata method failed. The cause for this exception
is typically a SQLException.
- Since:
- 3.03 (derived from 2.1)
- Version:
- 3.03
- Author:
- Touraïvane (IRD), Martin Desruisseaux (IRD)
- See Also:
- Serialized Form
- Module:
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetadataException
public MetadataException(String message)
- Constructs an instance of
MetadataException with the specified
detail message.
- Parameters:
message - The detail message.
MetadataException
public MetadataException(String message,
Exception cause)
- Constructs an instance of
MetadataException with the specified cause.
- Parameters:
message - The detail message.cause - The cause of this exception.
Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.