Uses of Class
com.j_spaces.core.DetailedUnusableEntryException
Packages that use DetailedUnusableEntryException
Package
Description
Provides Space properties and security context services
Provides GigaSpaces client interface services
-
Uses of DetailedUnusableEntryException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that throw DetailedUnusableEntryExceptionModifier and TypeMethodDescriptionvoidSpaceEngine.registerTypeDesc(ITypeDesc typeDesc, boolean fromGateway) Attempts to register the providedITypeDescinstance and replicate the operation if necessary. -
Uses of DetailedUnusableEntryException in com.gigaspaces.internal.server.space.metadata
Methods in com.gigaspaces.internal.server.space.metadata that throw DetailedUnusableEntryExceptionModifier and TypeMethodDescriptionSpaceTypeManager.addTypeDesc(ITypeDesc typeDesc) voidSpaceTypeManager.loadSpaceTypes(SpaceURL url) -
Uses of DetailedUnusableEntryException in com.j_spaces.core
Subclasses of DetailedUnusableEntryException in com.j_spaces.coreModifier and TypeClassDescriptionclassParent exception class of all Fifo Exceptions.classDeprecated.This exception is no longer thrown.classThis exception is thrown if read or take operations executed in FIFO mode, but the template class FIFO mode already been set to non FIFO. -
Uses of DetailedUnusableEntryException in com.j_spaces.core.client
Subclasses of DetailedUnusableEntryException in com.j_spaces.core.clientModifier and TypeClassDescriptionclassThis exception is thrown when update operation is rejected.classThis exception is thrown when update/take operation is rejected as a result of optimistic locking version conflict.