Class 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:
  • Constructor Details

    • 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.
  • Method Details