GigaSpaces XAP 7.1 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

Field Summary
 
Fields inherited from class com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
_causes, _results
 
Constructor Summary
ClearException()
           
ClearException(List<Throwable> exceptions)
           
ClearException(Throwable[] causes)
           
 
Method Summary
 
Methods inherited from class com.gigaspaces.internal.exceptions.BatchQueryException
containsCause, getCauses, getMajorityCause, getMessage, getOriginalMajorityCause, getResults, readExternal, setResults, writeExternal
 
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[] causes)

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.