com.j_spaces.core
Class DetailedUnusableEntryException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
net.jini.core.entry.UnusableEntryException
              
com.j_spaces.core.DetailedUnusableEntryException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - EntryNotInSpaceException, EntryVersionConflictException, FifoOperationException
 
public class DetailedUnusableEntryException
- extends UnusableEntryException
 
A DetailedUnusableEntryException is thrown when class version compatibility error,
 the space server contains an older version of class.
- Version:
 
  - 1.0
 
- Author:
 
  - Igor Goldenberg
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
DetailedUnusableEntryException
public DetailedUnusableEntryException(String s)
- Constructs a 
DetailedUnusableEntryException with the
 specified detail message. The string s can be
 retrieved later by the
 Throwable.getMessage()
 method of class java.lang.Throwable.
- Parameters:
 s - the detail message.
 
getMessage
public String getMessage()
- Overrides:
 getMessage in class Throwable
 
 
Copyright © GigaSpaces.