Package 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
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:
-
Field Summary
Fields inherited from class net.jini.core.entry.UnusableEntryException
nestedExceptions, partialEntry, unusableFields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aDetailedUnusableEntryExceptionwith the specified detail message. -
Method Summary
Methods inherited from class net.jini.core.entry.UnusableEntryException
printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
DetailedUnusableEntryException
Constructs aDetailedUnusableEntryExceptionwith the specified detail message. The stringscan be retrieved later by themethod of classThrowable.getMessage()java.lang.Throwable.- Parameters:
s- the detail message.
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-