Class CustomPolicyNotApplicableException

All Implemented Interfaces:
Serializable

public class CustomPolicyNotApplicableException extends PolicyLookupRejectionException
Exception describing that a custom policy cannot be added. Custom annotations already refer to their implementing policy.
See Also:
  • Constructor Details

    • CustomPolicyNotApplicableException

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