Package com.db4o.ext
Class UnsupportedOrderingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oRecoverableException
-
- com.db4o.ext.UnsupportedOrderingException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedOrderingException extends Db4oRecoverableException
Ordering by non primitive fields works only for classes that implement theActivatable
interface andTransparentActivationSupport
is enabled.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description UnsupportedOrderingException(java.lang.String msg)
-