GigaSpaces XAP 9.5 API

org.openspaces.core
Class WriteMultiplePartialFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.InvalidDataAccessResourceUsageException
                              extended by org.openspaces.core.WriteMultiplePartialFailureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WriteMultipleException

Deprecated. since 7.1. use WriteMultipleException

@Deprecated
public class WriteMultiplePartialFailureException
extends InvalidDataAccessResourceUsageException

This exception is thrown when write multiple is called and for some reason the insertion of some of the entries fails. Wrpas WriteMultiplePartialFailureException.

Author:
kimchy
See Also:
WriteMultiplePartialFailureException, WriteMultipleException.IWriteResult, Serialized Form

Constructor Summary
WriteMultiplePartialFailureException(WriteMultipleException cause, ExceptionTranslator exceptionTranslator)
          Deprecated.  
 
Method Summary
 WriteMultipleException.IWriteResult[] getResults()
          Deprecated.  
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
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

WriteMultiplePartialFailureException

public WriteMultiplePartialFailureException(WriteMultipleException cause,
                                            ExceptionTranslator exceptionTranslator)
Deprecated. 
Method Detail

getResults

public WriteMultipleException.IWriteResult[] getResults()
Deprecated. 
Returns:
an array of IResult objects.

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.