Class IdInterfaceException

All Implemented Interfaces:
Serializable

public class IdInterfaceException extends MappingException
Exception thrown on incorrect mapping of an Id interface.
Author:
Matthew T. Adams, Mark Paluch
See Also:
  • Constructor Details

    • IdInterfaceException

      public IdInterfaceException(Class<?> idInterface, @Nullable Method method, String message)
    • IdInterfaceException

      public IdInterfaceException(String idInterfaceName, @Nullable String method, String message)
  • Method Details

    • getIdInterfaceName

      public String getIdInterfaceName()
    • getMethod

      public @Nullable String getMethod()