Package oracle.iam.identity.exception
Class OrganizationOrphanedPublishedEntitiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.platform.kernel.OrchestrationException
oracle.iam.platform.kernel.ValidationFailedException
oracle.iam.identity.exception.OrganizationOrphanedPublishedEntitiesException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
public class OrganizationOrphanedPublishedEntitiesException
extends oracle.iam.platform.kernel.ValidationFailedException
Thrown when while deleting the Organization presence of published entities is detected that would be orphaned
if this org is deleted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new OrganizationOrphanedPublishedEntitiesException with the specified detailmessage
. -
Method Summary
Methods inherited from class oracle.iam.platform.kernel.OrchestrationException
getPid, getProcessID, setPid, setProcessID
Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OrganizationOrphanedPublishedEntitiesException
public OrganizationOrphanedPublishedEntitiesException() -
OrganizationOrphanedPublishedEntitiesException
Constructs a new OrganizationOrphanedPublishedEntitiesException with the specified detailmessage
.- Parameters:
message
- the detail message
-