Class PolicyLookupRejectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
name.matthewgreet.strutscommons.exception.PolicyLookupRejectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConverterNotDefaultException, CustomPolicyNotApplicableException, NotPolicyImplementationException

public class PolicyLookupRejectionException extends Exception
Base exception describing that an update to a policy lookup failed.
See Also:
  • Constructor Details

    • PolicyLookupRejectionException

      public PolicyLookupRejectionException(String message, Class<? extends Policy<?>> policyClass)
  • Method Details

    • getPolicyClass

      public Class<? extends Policy<?>> getPolicyClass()
      Returns policy class that cannot be added or removed.