com.crystaldecisions.sdk.exception
Class SDKRuntimeException.ContradictingValues
java.lang.Object
CERuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException.ContradictingValues
- Enclosing class:
- SDKRuntimeException
public static class SDKRuntimeException.ContradictingValues
- extends SDKRuntimeException
This exception is thrown when two values in the InfoObject have contradicting values.
For example, the User profile has setPasswordChangeAllowed = false and setPasswordToChangeAtNextLogon = true.
Clearly, it cannot be possible to not allow any password change, and enforce a mandatory change at the next
logon. Hence, this exception is thrown.
| Nested classes/interfaces inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException |
SDKRuntimeException.ContradictingValues, SDKRuntimeException.DeprecatedMethodAccessed, SDKRuntimeException.InvalidOperation, SDKRuntimeException.ObjectNotFound, SDKRuntimeException.OutOfRange, SDKRuntimeException.PropertyNotFound, SDKRuntimeException.PublicationDocumentNotFound, SDKRuntimeException.SetInherited, SDKRuntimeException.UndefinedValue, SDKRuntimeException.Unexpected, SDKRuntimeException.UnexpectedCause, SDKRuntimeException.UnexpectedValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SDKRuntimeException.ContradictingValues
public SDKRuntimeException.ContradictingValues(java.lang.String prop1,
java.lang.String propValue1,
java.lang.String prop2,
java.lang.String propValue2)
SDKRuntimeException.ContradictingValues
public SDKRuntimeException.ContradictingValues(java.lang.Integer propId1,
java.lang.String propValue1,
java.lang.Integer propId2,
java.lang.String propValue2)