Class UnmatchableOperationException

All Implemented Interfaces:
Serializable

public final class UnmatchableOperationException extends CommunicationEngineException
This exception is used to indicate an operation could not be found for a specific path and query.
Since:
9.0
Author:
Arjan Pragt
See Also:
  • Constructor Details

    • UnmatchableOperationException

      public UnmatchableOperationException(IRestRequestMessage request)
      Constructs the exception with the rest request message of the unknown operation.
      Parameters:
      request - The rest request message.
  • Method Details

    • getMethod

      public HttpMethodType getMethod()
      This method returns the http method that was used when this exception occurred.
      Returns:
      The http method.
    • getPath

      public String getPath()
      This method returns the path that was used when this exception occurred.
      Returns:
      The path.