Class IdTypeNotSupportException

All Implemented Interfaces:
Serializable

public class IdTypeNotSupportException extends CosIdException
Exception thrown when an ID field type is not supported.

CosId only supports Long, Integer, and String ID types.

See Also:
  • Constructor Details

    • IdTypeNotSupportException

      public IdTypeNotSupportException(Field idField)
      Creates a new exception.
      Parameters:
      idField - the unsupported ID field
  • Method Details

    • getIdField

      public Field getIdField()
      Gets the unsupported ID field.
      Returns:
      the field