Class MismatchedLayerException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] opened
      The layer byte string that the directory was opened with.
      byte[] stored
      The layer byte string that the directory was created with.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

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