org.apache.cayenne.enhancer
Class DoubleEnhanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.enhancer.DoubleEnhanceException
- All Implemented Interfaces:
- Serializable
public class DoubleEnhanceException
- extends CayenneRuntimeException
An exception thrown from within enhancer visitors to indicate that the class is already
enhanced and enhancement run should be stopped.
- Since:
- 3.0
- See Also:
- Serialized Form
DoubleEnhanceException
public DoubleEnhanceException()
DoubleEnhanceException
public DoubleEnhanceException(String message)
DoubleEnhanceException
public DoubleEnhanceException(Throwable cause)
DoubleEnhanceException
public DoubleEnhanceException(String message,
Throwable cause)
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.