Class SemiSpaceObjectException

All Implemented Interfaces:
Serializable

public class SemiSpaceObjectException extends SemiSpaceException
Something is wrong with the object which was tried written or read from the space. Probably different versions or conflicting XML libraries.
See Also:
  • Constructor Details

    • SemiSpaceObjectException

      public SemiSpaceObjectException(String message, Throwable cause)
    • SemiSpaceObjectException

      public SemiSpaceObjectException(String message)