Class InvalidArgumentException

All Implemented Interfaces:
Serializable

public class InvalidArgumentException extends RuntimeException
Thrown when an invalid client-side argument is supplied to the SDK.
See Also:
  • Constructor Details

    • InvalidArgumentException

      public InvalidArgumentException(String message)
      Creates an exception describing the invalid argument.
      Parameters:
      message - the human-readable error message.