public class FactoryNotFoundException extends FactoryException
DeferredAuthorityFactory.createBackingStore().| Constructor and Description |
|---|
FactoryNotFoundException()
Construct an exception with no detail message.
|
FactoryNotFoundException(Exception cause)
Construct an exception with the specified cause.
|
FactoryNotFoundException(String message)
Construct an exception with the specified detail message.
|
FactoryNotFoundException(String message,
Throwable cause)
Construct an exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FactoryNotFoundException()
public FactoryNotFoundException(String message)
message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.public FactoryNotFoundException(Exception cause)
cause - The cause for this exception. The cause is saved for later retrieval by the
Throwable.getCause() method.public FactoryNotFoundException(String message, Throwable cause)
IOException or SQLException).message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.cause - The cause for this exception. The cause is saved for later retrieval by the
Throwable.getCause() method.Copyright © 1996–2019 Geotools. All rights reserved.