Class PolicyValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ClientErrorException
jakarta.ws.rs.BadRequestException
org.keycloak.authorization.policy.provider.util.PolicyValidationException
- All Implemented Interfaces:
Serializable
public class PolicyValidationException
extends jakarta.ws.rs.BadRequestException
Exception that is thrown when validation errors are found when creating/updating policies.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolicyValidationException
-