Class WebStorageOverflowException

All Implemented Interfaces:
Serializable

public final class WebStorageOverflowException extends WebStorageException
Thrown by the WebStorage.putItem(String, String) method when the item size exceeds the available space in the storage.
See Also:
  • Constructor Details

    • WebStorageOverflowException

      public WebStorageOverflowException(String message)
      Constructs a new WebStorageOverflowException instance.
      Parameters:
      message - the message that describes the error