ObjectNotExistException constructor

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

Implementation

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