Class InvalidArgumentException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class InvalidArgumentException extends SuperRuntimeException implements Serializable
Exception used when a client invokes an API method with an invalid argument. Since this error is due to a client programming error, sufficient detail should be provided to identify the error, but sanitized for end-user consumption. If more detail is needed, use CertificationEngineException
See Also:
  • Constructor Details

    • InvalidArgumentException

      public InvalidArgumentException(String errorCode, String[] errorData)
    • InvalidArgumentException

      public InvalidArgumentException(Class entityType, Long entityId, String certificationName, Long certificationId)
      Construct an instance of this exception when the requested entity is not found in the specified certification instance
      Parameters:
      entityType - The requested entity type; required
      entityId - The requested entity ID; required
      certificationName - the specified certification name; required
      certificationId - The specified certification Id; required
    • InvalidArgumentException

      public InvalidArgumentException(Class entityType, Long entityId, String certificationName, Long certificationId, String taskUid)
      Construct an instance of this exception when the requested entity is not found in the specified certification task
      Parameters:
      entityType - The requested entity type; required
      entityId - The requested entity ID; required
      certificationName - the specified certification name; required
      certificationId - The specified certification Id; required
      taskUid - The specified taskUid; can be null