org.apache.aries.jpa.container.impl
Class InvalidRangeCombination
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.aries.jpa.container.impl.InvalidRangeCombination
- All Implemented Interfaces:
- Serializable
public class InvalidRangeCombination
- extends Exception
This exception is thrown when a persistence descriptor contains
an set of version ranges with no common overlap
- See Also:
- Serialized Form
Constructor Summary |
InvalidRangeCombination(org.osgi.framework.Version minVersion,
boolean minExclusive,
org.osgi.framework.Version maxVersion,
boolean maxExclusive)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidRangeCombination
public InvalidRangeCombination(org.osgi.framework.Version minVersion,
boolean minExclusive,
org.osgi.framework.Version maxVersion,
boolean maxExclusive)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.