Class CatalogHarvestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.catalog.exception.CatalogHarvestException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class CatalogHarvestException extends oracle.iam.platform.utils.SuperException
Signals that exception occured while performing any catalog related operations
Since:
11.1.2.2.0
Author:
asbharga
See Also:
  • Constructor Details

    • CatalogHarvestException

      public CatalogHarvestException(Throwable e)
    • CatalogHarvestException

      public CatalogHarvestException(String message, Throwable e)
    • CatalogHarvestException

      public CatalogHarvestException(String message, String errorCode)
      Constructs a UserCreateException with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode - Error Code
    • CatalogHarvestException

      public CatalogHarvestException(String message, Throwable throwable, String errorCode)
      Constructs a UserCreateException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      throwable - the cause
      errorCode - Error Code
    • CatalogHarvestException

      public CatalogHarvestException(String message, String errorCode, Serializable[] errorData)