|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
DataStoreException
CoverageStoreException
DatabaseVetoException
public class DatabaseVetoException
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.
| 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 |
|---|
public DatabaseVetoException()
public DatabaseVetoException(String message)
message - The detail message.public DatabaseVetoException(Throwable cause)
cause - The cause for this exception.
public DatabaseVetoException(String message,
Exception cause)
message - The detail message.cause - The cause for this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||