Class MismatchedLayerException

All Implemented Interfaces:
Serializable

public class MismatchedLayerException extends DirectoryException
A DirectoryException that is thrown when a directory is opened with an incompatible layer.
See Also:
  • Field Details

    • stored

      public final byte[] stored
      The layer byte string that the directory was created with.
    • opened

      public final byte[] opened
      The layer byte string that the directory was opened with.