Class OperationNotFoundException

Object
Throwable
Exception
FactoryException
OperationNotFoundException
All Implemented Interfaces:
Serializable

public class OperationNotFoundException extends FactoryException
Thrown when a coordinate operation is not found. It may be because there is no known path between source and target coordinate reference systems, or because the requested operation is not available in the environment.
Since:
1.0
See Also:
  • Constructor Details

    • OperationNotFoundException

      public OperationNotFoundException()
      Construct an exception with no detail message.
    • OperationNotFoundException

      public OperationNotFoundException(String message)
      Construct an exception with the specified detail message.
      Parameters:
      message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
    • OperationNotFoundException

      public OperationNotFoundException(String message, Throwable cause)
      Construct an exception with the specified detail message and cause.
      Parameters:
      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.