Uses of Enum Class
com.gigaspaces.internal.sync.hybrid.SyncHybridExceptionOrigin
Packages that use SyncHybridExceptionOrigin
-
Uses of SyncHybridExceptionOrigin in com.gigaspaces.internal.sync.hybrid
Methods in com.gigaspaces.internal.sync.hybrid that return SyncHybridExceptionOriginModifier and TypeMethodDescriptionSyncHybridSAException.getExceptionOrigin()static SyncHybridExceptionOriginReturns the enum constant of this class with the specified name.static SyncHybridExceptionOrigin[]SyncHybridExceptionOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.gigaspaces.internal.sync.hybrid with parameters of type SyncHybridExceptionOriginModifierConstructorDescriptionSyncHybridSAException(Throwable t, SyncHybridOperationDetails[] syncHybridOperationsDetails, SyncHybridExceptionOrigin exceptionOrigin)