Class CreateNotSupportedException

All Implemented Interfaces:
Serializable, Response

public class CreateNotSupportedException extends BadRequestException
A specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from other BadRequestExceptions.
See Also:
  • Constructor Details

    • CreateNotSupportedException

      public CreateNotSupportedException()
      Constructor with default message.
    • CreateNotSupportedException

      public CreateNotSupportedException(String message)
      Constructor with custom message.
      Parameters:
      message - The message.