Class WebStorageSecurityException

All Implemented Interfaces:
Serializable

public final class WebStorageSecurityException extends WebStorageException
Thrown by WebStorage methods if the access to the web storage is forbidden for the current document.
See Also:
  • Constructor Details

    • WebStorageSecurityException

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