Package io.ebean.enhance.common
Class AlreadyEnhancedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ebean.enhance.common.AlreadyEnhancedException
- All Implemented Interfaces:
Serializable
public class AlreadyEnhancedException extends RuntimeException
Exception thrown during enhancement when it is detected that the enhancement has already taken place.
This is expected when off line enhancement (via ant task) is used.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AlreadyEnhancedException(String className) -
Method Summary
Modifier and Type Method Description StringgetClassName()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyEnhancedException
-
-
Method Details
-
getClassName
-