Class ConflictingPolicyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fraunhofer.iese.mydata.policy.exception.ConflictingPolicyException
-
- All Implemented Interfaces:
Serializable
public class ConflictingPolicyException extends Exception
Indicates a policy is conflicted with another policy.- Author:
- Fraunhofer IESE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingPolicyException(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 Detail
-
ConflictingPolicyException
public ConflictingPolicyException(String base, String... conclictingPolicies)
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.
-
-