com.crystaldecisions.sdk.exception
Class SDKRuntimeException.ContradictingValues

java.lang.Object
  extended by CERuntimeException
      extended by com.crystaldecisions.sdk.exception.SDKRuntimeException
          extended by 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 Class Summary
 
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
 
Constructor Summary
SDKRuntimeException.ContradictingValues(java.lang.Integer propId1, java.lang.String propValue1, java.lang.Integer propId2, java.lang.String propValue2)
           
SDKRuntimeException.ContradictingValues(java.lang.String prop1, java.lang.String propValue1, java.lang.String prop2, java.lang.String propValue2)
           
 
Method Summary
 
Methods inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException
checkPositive, checkRange, checkRange, getDetail, getDetailMessage, getParams
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)