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

public class SyncHybridSAException extends SAException
Since:
11.0.1
Author:
yaeln
See Also:
  • Constructor Details

  • Method Details

    • getDetails

      public SyncHybridOperationDetails[] getDetails()
    • getSyncHybridException

      public static SyncHybridSAException getSyncHybridException(Exception e)
      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

      public SyncHybridExceptionOrigin getExceptionOrigin()