Skip navigation links


oracle.iam.identity.exception
Class OrganizationOrphanedPublishedEntitiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.platform.utils.SuperRuntimeException
                  extended by oracle.iam.platform.kernel.OrchestrationException
                      extended by oracle.iam.platform.kernel.ValidationFailedException
                          extended by oracle.iam.identity.exception.OrganizationOrphanedPublishedEntitiesException

All Implemented Interfaces:
java.io.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:
Serialized Form

Constructor Summary
OrganizationOrphanedPublishedEntitiesException()
           
OrganizationOrphanedPublishedEntitiesException(java.lang.String message)
          Constructs a new OrganizationOrphanedPublishedEntitiesException with the specified detail message.

 

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
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

OrganizationOrphanedPublishedEntitiesException

public OrganizationOrphanedPublishedEntitiesException()

OrganizationOrphanedPublishedEntitiesException

public OrganizationOrphanedPublishedEntitiesException(java.lang.String message)
Constructs a new OrganizationOrphanedPublishedEntitiesException with the specified detail message.
Parameters:
message - the detail message

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.