Class WebStorageException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebStorageOverflowException, WebStorageSecurityException

public class WebStorageException extends RuntimeException
Thrown by WebStorage methods to indicate that the requested operation failed. This is a superclass of the exceptions that can be thrown during working with WebStorage.
See Also:
  • Constructor Details

    • WebStorageException

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