Package io.ebean.bean
Class NotEnhancedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.ebean.bean.NotEnhancedException
-
- All Implemented Interfaces:
Serializable
public class NotEnhancedException extends RuntimeException
This exception is thrown, when the default implementation of EntityBean is not or not properly overwritten by enhancer.- Author:
- Roland Praml, FOCONIS AG
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEnhancedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotEnhancedException
public NotEnhancedException()
-
-