FacetNotExistException constructor

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

Implementation

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