OperationNotExistException constructor

OperationNotExistException(
  1. Identity identity,
  2. String facet,
  3. String operation
)

Implementation

OperationNotExistException(Identity identity, String facet, String operation)
    : super(identity, facet, operation);