|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception kaos.policy.deconfliction.PrecedenceUndeterminedException
public class PrecedenceUndeterminedException
PrecedenceUndeterminedException defines an exception to be thrown by the PolicyHandler class when it is not possible to determined policies precedence with the new, just introduced, set of policies.
Field Summary | |
---|---|
java.lang.String |
_policy1
Id of the first conflicted policy with the same priority, this policy was attmpted to be commited, it is not in Directory Service. |
java.lang.String |
_policy2
Id of the second conflicted policy with the same priority, this policy was already commited. |
java.util.Vector |
_uncommittedPolicies
Vector of PolicyMsg of policies which were after the policy which caused the conflict and were not committed, they were submitted using addPolicies. |
Constructor Summary | |
---|---|
PrecedenceUndeterminedException(java.lang.String policy1,
java.lang.String policy2)
Constructs a new PrecedenceUndeterminedException. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String _policy1
public java.lang.String _policy2
public java.util.Vector _uncommittedPolicies
Constructor Detail |
---|
public PrecedenceUndeterminedException(java.lang.String policy1, java.lang.String policy2)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |