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
Base exception describing that an update to a policy lookup failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyLookupRejectionException(String message, Class<? extends Policy<?>> policyClass) -
Method Summary
Modifier and TypeMethodDescriptionReturns policy class that cannot be added or removed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolicyLookupRejectionException
-
-
Method Details
-
getPolicyClass
Returns policy class that cannot be added or removed.
-