org.apache.aries.jpa.container.impl
Class InvalidRangeCombination

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.