Class RequestDataSetNotFoundException

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

public final class RequestDataSetNotFoundException extends OIMServiceException
Since:
release specific (what release of product did this appear in)
Version:
$Header: iam/iam-product/features/provisioning/src/main/oracle/iam/provisioning/exception/RequestDataSetNotFoundException.java /main/5 2012/05/04 17:42:54 divyvenk Exp $
Author:
apitre
See Also:
  • Constructor Details

    • RequestDataSetNotFoundException

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

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