Package com.teamdev.jxbrowser.frame
Class WebStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.frame.WebStorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WebStorageOverflowException
,WebStorageSecurityException
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 Summary
ConstructorDescriptionWebStorageException
(String message) Constructs a newWebStorageException
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
-
WebStorageException
Constructs a newWebStorageException
instance.- Parameters:
message
- the message that describes the error
-