Package com.teamdev.jxbrowser.frame
Class WebStorageSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.frame.WebStorageException
com.teamdev.jxbrowser.frame.WebStorageSecurityException
- All Implemented Interfaces:
Serializable
Thrown by
WebStorage
methods if the access to the web storage is forbidden for the
current document.- See Also:
-
Constructor Summary
ConstructorDescriptionWebStorageSecurityException
(String message) Constructs a newWebStorageSecurityException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebStorageSecurityException
Constructs a newWebStorageSecurityException
instance.- Parameters:
message
- the message that describes the error
-