GigaSpaces XAP 9.5 API

com.gigaspaces.client
Class ClearException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
                  extended by com.gigaspaces.internal.exceptions.BatchQueryException
                      extended by com.gigaspaces.client.ClearException
All Implemented Interfaces:
Externalizable, Serializable

public class ClearException
extends com.gigaspaces.internal.exceptions.BatchQueryException

Thrown when a space clear operation fails.

Thrown on:

The exception contains:

At space level - the failure is fail-fast - once an operation on an object failed - exception is returned immediately and no other objects are processed.

At cluster level - if one of operation target spaces fails, first completion of the operation on other spaces is done. Then the aggregated exception is thrown.

Replaced QueryMultiplePartialFailureException.

Since:
7.1
Author:
anna
See Also:
Serialized Form

Constructor Summary
ClearException()
           
ClearException(List<Throwable> exceptions)
           
ClearException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.gigaspaces.internal.exceptions.BatchQueryException
containsCause, getCauses, getMajorityCause, getMessage, getOriginalMajorityCause, getResults, readExternal, setResults, writeExternal
 
Methods inherited from class com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
setCauses
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClearException

public ClearException()

ClearException

public ClearException(List<Throwable> exceptions)

ClearException

public ClearException(Throwable cause)

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.