public class OperationNotFoundException extends FactoryException
| Constructor and Description |
|---|
OperationNotFoundException()
Construct an exception with no detail message.
|
OperationNotFoundException(String message)
Construct an exception with the specified detail message.
|
OperationNotFoundException(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 OperationNotFoundException()
public OperationNotFoundException(String message)
message - The details message.Copyright © 1996–2019 Geotools. All rights reserved.