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 net.jini.core.entry.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
Fields inherited from class net.jini.core.entry.UnusableEntryException |
nestedExceptions, partialEntry, unusableFields |
Methods inherited from class net.jini.core.entry.UnusableEntryException |
printStackTrace, printStackTrace, printStackTrace |
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.