Class UnsupportedManyToManyValueTypeException

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

public class UnsupportedManyToManyValueTypeException extends DatabaseException
See Also:
  • Constructor Details

    • UnsupportedManyToManyValueTypeException

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

    • getBeanClass

      public Class getBeanClass()
    • getPropertyName

      public String getPropertyName()
    • getValue

      public Object getValue()