org.openspaces.core
Class InvalidFifoClassException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.springframework.core.NestedRuntimeException
                  
org.springframework.dao.DataAccessException
                      
org.springframework.dao.NonTransientDataAccessException
                          
org.springframework.dao.InvalidDataAccessResourceUsageException
                              
org.openspaces.core.InvalidFifoOperationException
                                  
org.openspaces.core.InvalidFifoClassException
- All Implemented Interfaces: 
 - Serializable
 
Deprecated. This exception is no longer thrown.
@Deprecated
public class InvalidFifoClassException
- extends InvalidFifoOperationException
 
This exception used to be thrown during write operation when the Entry's class FIFO
 mode already been defined and a later write operation define different FIFO mode.
 Since FIFO is now supported per-operation, this validation is no longer relevant.
 Wraps InvalidFifoClassException.
- Author:
 
  - kimchy
 
- See Also:
 InvalidFifoTemplateException, 
Serialized Form
 
| 
Method Summary | 
 String | 
getClassName()
 
          Deprecated. Return invalid className. | 
 boolean | 
isFifoClass()
 
          Deprecated. Returns true if this class defined as FIFO, otherwise false. | 
 
 
 
 
InvalidFifoClassException
public InvalidFifoClassException(InvalidFifoClassException e)
- Deprecated. 
 
getClassName
public String getClassName()
- Deprecated. 
- Return invalid className.
- See Also:
 InvalidFifoClassException.getClassName()
 
  
isFifoClass
public boolean isFifoClass()
- Deprecated. 
- Returns 
true if this class defined as FIFO, otherwise false.
- See Also:
 InvalidFifoClassException.isFifoClass()
 
  
Copyright © GigaSpaces.