Class UnknownOperationException

All Implemented Interfaces:
Serializable

public final class UnknownOperationException extends CommunicationEngineException
This exception is used to indicate an operation definition could not be found for a specific name.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownOperationException

      public UnknownOperationException(String name)
      Constructs the exception with the name of the unknown operation.
      Parameters:
      name - The name of the unknown operation.
  • Method Details

    • getOperationName

      public String getOperationName()