Class UnsupportedManyToManyPropertyTypeException

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

public class UnsupportedManyToManyPropertyTypeException extends DatabaseException
See Also:
  • Constructor Details

    • UnsupportedManyToManyPropertyTypeException

      public UnsupportedManyToManyPropertyTypeException(Class beanClass, String propertyName, Class type)
  • Method Details

    • getBeanClass

      public Class getBeanClass()
    • getPropertyName

      public String getPropertyName()
    • getType

      public Class getType()