java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
io.ebean.BeanAccessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LazyInitialisationException,UnmodifiableEntityException
Unsupported access of a property on an entity bean.
Attempted a lazy load operation on a bean that has disabled lazy loading or attempt to mutate an unmodifiable bean.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate with no message.BeanAccessException(String message) Create with message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanAccessException
public BeanAccessException()Create with no message. -
BeanAccessException
Create with message.
-