Class SyncHybridSAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.sadapter.SAException
com.gigaspaces.internal.sync.hybrid.SyncHybridSAException
- All Implemented Interfaces:
Serializable
- Since:
- 11.0.1
- Author:
- yaeln
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyncHybridSAException(Throwable t, SyncHybridOperationDetails[] syncHybridOperationsDetails, SyncHybridExceptionOrigin exceptionOrigin) -
Method Summary
Modifier and TypeMethodDescriptionstatic SyncHybridSAExceptionIntrospects recursively the input Exception to obtain the SyncHybridSAException from the cause's hierarchy tree.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyncHybridSAException
public SyncHybridSAException(Throwable t, SyncHybridOperationDetails[] syncHybridOperationsDetails, SyncHybridExceptionOrigin exceptionOrigin)
-
-
Method Details
-
getDetails
-
getSyncHybridException
Introspects recursively the input Exception to obtain the SyncHybridSAException from the cause's hierarchy tree. Note1: Will not handle compound exceptions like WriteMultipleException which contains an array of results Note2: Will inspect only using getCause method, inner throwable which is linked via methods like: getException, getThrowable, etc' will not be handled- Returns:
- null if there is no SyncHybridSAException in the cause's hierarchy tree, otherwise returns SyncHybridSAException inner cause.
-
getExceptionOrigin
-