checkNotClosed

protected void checkNotClosed(String message)

Ensures the storage is not closed.

If the storage is closed, throws IllegalStateException with the passed message.

Parameters

message

exception message

Throws

if the storage is closed


protected void checkNotClosed()

Ensures the storage is not closed.

If the storage is closed, throws IllegalStateException.

Throws

if the storage is closed