Class NotPolicyImplementationException

All Implemented Interfaces:
Serializable

public class NotPolicyImplementationException extends PolicyLookupRejectionException
Exception describing that a policy cannot be added as it's an interface or abstract class, not an implementing class.
See Also:
  • Constructor Details

    • NotPolicyImplementationException

      public NotPolicyImplementationException(Class<? extends Policy<?>> policyClass)