public class ConflictingPolicyException extends Exception
| Constructor and Description |
|---|
ConflictingPolicyException(PolicyId base,
PolicyId... conclictingPolicies)
Instantiates a new conflicting policy exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConflictingPolicyException(PolicyId base, PolicyId... conclictingPolicies)
base - PolicyId of the policy which is in conflict with
conclictingPolicies.conclictingPolicies - the array of policyId of other
conclictingPolicies.Copyright © 2018. All rights reserved.