|
|||||||||
| 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
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.platform.kernel.ValidationFailedException
oracle.iam.configservice.exception.CannotHideMandatoryWithoutDefaultException
public class CannotHideMandatoryWithoutDefaultException
Thrown to signal an exception when an mandatory field without default value is being changed to a hidden field
| Constructor Summary | |
|---|---|
CannotHideMandatoryWithoutDefaultException()Constructs a CannotHideMandatoryWithoutDefaultException with the a null message |
|
CannotHideMandatoryWithoutDefaultException(java.lang.String code)Constructs a CannotHideMandatoryWithoutDefaultException with the specified detail message |
|
| Method Summary |
|---|
| Methods inherited from class oracle.iam.platform.kernel.ValidationFailedException |
|---|
getErrorCode, getErrorData, getProcessID, setErrorCode, setErrorData, setProcessID |
| Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException |
|---|
getLocalizedMessages, getMessages, xprint, xprint |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CannotHideMandatoryWithoutDefaultException()
CannotHideMandatoryWithoutDefaultException with the a null messagepublic CannotHideMandatoryWithoutDefaultException(java.lang.String code)
CannotHideMandatoryWithoutDefaultException with the specified detail message
code - the detail message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||