Class InvalidArgumentException

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

public class InvalidArgumentException extends IDARuntimeException
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.
See Also:
  • Constructor Details

    • InvalidArgumentException

      public InvalidArgumentException(String string, Serializable[] serializables)
    • InvalidArgumentException

      public InvalidArgumentException(Class entityType, String entityId)
      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