Class ConflictingPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iese.mydata.policy.exception.ConflictingPolicyException
- All Implemented Interfaces:
Serializable
Indicates a policy is conflicted with another policy.
- Author:
- Fraunhofer IESE
- See Also:
-
Constructor Summary
ConstructorDescriptionConflictingPolicyException
(String base, String... conclictingPolicies) Instantiates a new conflicting policy exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictingPolicyException
Instantiates a new conflicting policy exception.- Parameters:
base
-String
of the policy which is in conflict with conclictingPolicies.conclictingPolicies
- the array of policyId of other conclictingPolicies.
-