Class AppicationObjectclassNotFoundException

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

public final class AppicationObjectclassNotFoundException extends OIMServiceException implements Cloneable
Since:
release specific (what release of product did this appear in)
Version:
$Header: iam/iam-product/features/provisioning/src/main/oracle/iam/provisioning/exception/AppicationObjectclassNotFoundException.java /main/2 2014/05/11 22:39:50 apitre Exp $
Author:
apitre
See Also:
  • Constructor Details

    • AppicationObjectclassNotFoundException

      public AppicationObjectclassNotFoundException()
      Creates a new AppicationObjectclassNotFoundException object.
    • AppicationObjectclassNotFoundException

      public AppicationObjectclassNotFoundException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new AppicationObjectclassNotFoundException 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
    • AppicationObjectclassNotFoundException

      public AppicationObjectclassNotFoundException(String errorCode, String errorMessage, Serializable[] errorData)
      Constructs a new AppicationObjectclassNotFoundException 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