Class DuplicateApplicationObjectclassException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.provisioning.exception.DuplicateApplicationObjectclassException
All Implemented Interfaces:
Serializable

public final class DuplicateApplicationObjectclassException extends OIMServiceException
See Also:
  • Constructor Details

    • DuplicateApplicationObjectclassException

      public DuplicateApplicationObjectclassException(String errorCode, String errorMessage, Serializable[] errorData)
      Constructs a new DuplicateApplicationObjectclassException with the errorCode, errorMessage and errorData
      Parameters:
      errorCode - - Code for the error
      errorMessage - - Message for the error
      errorData - - A Serializable array with data for the error
    • DuplicateApplicationObjectclassException

      public DuplicateApplicationObjectclassException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new DuplicateApplicationObjectclassException with the errorCode, errorMessage, errorData and Throwable.
      Parameters:
      errorCode - - Code for the error
      errorMessage - - Message for the error
      errorData - - A Serializable array with data for the error
      e - - Exception .