public class BackingStoreException extends RuntimeException
IdentifiedObjectSet
operation could not complete because of a
failure in the backing store, or a failure to contact the backing store. This exception usually
has an IOException
or a SQLException
as its cause.Constructor and Description |
---|
BackingStoreException()
Constructs a new exception with no detail message.
|
BackingStoreException(String message)
Constructs a new exception with the specified detail message.
|
BackingStoreException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
BackingStoreException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BackingStoreException()
public BackingStoreException(String message)
message
- the detail message, saved for later retrieval by the Throwable.getMessage()
method.public BackingStoreException(Throwable cause)
cause
- the cause, saved for later retrieval by the Throwable.getCause()
method.public BackingStoreException(String message, Throwable cause)
message
- the detail message, saved for later retrieval by the Throwable.getMessage()
method.cause
- the cause, saved for later retrieval by the Throwable.getCause()
method.Copyright © 1996–2019 Geotools. All rights reserved.