Class AtpIllegalNullableArgumentException

All Implemented Interfaces:
Serializable

@ResponseStatus(value=NOT_FOUND, reason="ATP-0002") public class AtpIllegalNullableArgumentException extends AtpException
See Also:
  • Field Details

    • DEFAULT_MESSAGE

      public static final String DEFAULT_MESSAGE
      Default parametrized message with Reference field name and EntityName parameters.
      See Also:
  • Constructor Details

    • AtpIllegalNullableArgumentException

      public AtpIllegalNullableArgumentException(String message)
      Exception with fixed message.
      Parameters:
      message - String exception message.
    • AtpIllegalNullableArgumentException

      public AtpIllegalNullableArgumentException(String field, String entity)
      Exception with parametrized message. Example: Found illegal nullable execution request id for the validated Environment Info.
      Parameters:
      field - Reference field name
      entity - Entity name.