org.geotoolkit.coverage.sql
Class DatabaseVetoException

Object
  extended by Throwable
      extended by Exception
          extended by DataStoreException
              extended by CoverageStoreException
                  extended by DatabaseVetoException
All Implemented Interfaces:
Serializable

public class DatabaseVetoException
extends CoverageStoreException

Thrown when a proposed change in the content of a Coverage Database is not allowed. This exception can be thrown by listeners associated with any CoverageDatabase instance.

Since:
3.12
Version:
3.12
Author:
Martin Desruisseaux (Geomatys)
See Also:
Serialized Form
Module:
coverage/geotk-coverage-sql (download)    View source code for this class

Constructor Summary
DatabaseVetoException()
          Creates an exception with no cause and no details message.
DatabaseVetoException(String message)
          Creates an exception with the specified details message.
DatabaseVetoException(String message, Exception cause)
          Creates an exception with the specified details message and cause.
DatabaseVetoException(Throwable cause)
          Creates an exception with the specified cause and no details message.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseVetoException

public DatabaseVetoException()
Creates an exception with no cause and no details message.


DatabaseVetoException

public DatabaseVetoException(String message)
Creates an exception with the specified details message.

Parameters:
message - The detail message.

DatabaseVetoException

public DatabaseVetoException(Throwable cause)
Creates an exception with the specified cause and no details message.

Parameters:
cause - The cause for this exception.

DatabaseVetoException

public DatabaseVetoException(String message,
                             Exception cause)
Creates an exception with the specified details message and cause.

Parameters:
message - The detail message.
cause - The cause for this exception.


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.