Class UnsupportedManyToOneValueTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.database.exceptions.DatabaseException
rife.database.querymanagers.generic.exceptions.UnsupportedManyToOneValueTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedManyToOneValueTypeException extends DatabaseException
See Also:
  • Constructor Details

    • UnsupportedManyToOneValueTypeException

      public UnsupportedManyToOneValueTypeException(Class beanClass, String propertyName, Object value)
  • Method Details

    • getBeanClass

      public Class getBeanClass()
    • getPropertyName

      public String getPropertyName()
    • getValue

      public Object getValue()