Uses of Interface
org.openspaces.core.exception.ExceptionTranslator
Packages that use ExceptionTranslator
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
Includes exception translation services from core GigaSpaces exception into runtime data
exception hierarchy.
-
Uses of ExceptionTranslator in org.openspaces.core
Methods in org.openspaces.core that return ExceptionTranslatorModifier and TypeMethodDescriptionDefaultGigaSpace.getExceptionTranslator()GigaSpace.getExceptionTranslator()Returns the exception translator associated with this GigaSpace instance.GigaSpaceConfigurer.getExTranslator()Methods in org.openspaces.core with parameters of type ExceptionTranslatorModifier and TypeMethodDescriptionGigaMapConfigurer.exTranslator(ExceptionTranslator exTranslator) GigaSpaceConfigurer.exTranslator(ExceptionTranslator exTranslator) Sets the exception translator that will be used by the createdGigaSpace.voidGigaMapFactoryBean.setExTranslator(ExceptionTranslator exTranslator) Sets the exception translator that will be used by the createdGigaMap.voidGigaSpaceFactoryBean.setExTranslator(ExceptionTranslator exTranslator) Sets the exception translator that will be used by the createdGigaSpace.Constructors in org.openspaces.core with parameters of type ExceptionTranslatorModifierConstructorDescriptionChangeException(ChangeException changeException, ExceptionTranslator exceptionTranslator) ClearException(ClearException cause, ExceptionTranslator exceptionTranslator) DefaultGigaMap(IMap map, TransactionProvider txProvider, ExceptionTranslator exTranslator, int defaultIsolationLevel) Constructs a new DefaultGigaMap implementation.DefaultGigaSpaceTypeManager(ISpaceProxy space, ExceptionTranslator exTranslator) QueryMultiplePartialFailureException(BatchQueryException cause, ExceptionTranslator exceptionTranslator) Deprecated.protectedReadByIdResult(ReadTakeByIdResult result, ExceptionTranslator exceptionTranslator) ReadByIdsException(ReadByIdsException cause, ExceptionTranslator exceptionTranslator) ReadMultipleException(ReadMultipleException cause, ExceptionTranslator exceptionTranslator) protectedTakeByIdResult(ReadTakeByIdResult result, ExceptionTranslator exceptionTranslator) TakeByIdsException(TakeByIdsException cause, ExceptionTranslator exceptionTranslator) TakeMultipleException(TakeMultipleException cause, ExceptionTranslator exceptionTranslator) WriteMultipleException(WriteMultipleException cause, ExceptionTranslator exceptionTranslator) WriteMultiplePartialFailureException(WriteMultipleException cause, ExceptionTranslator exceptionTranslator) Deprecated. -
Uses of ExceptionTranslator in org.openspaces.core.exception
Classes in org.openspaces.core.exception that implement ExceptionTranslatorModifier and TypeClassDescriptionclassThe default exception translator.