Package com.teamdev.jxbrowser.frame
Class WebStorageOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.frame.WebStorageException
com.teamdev.jxbrowser.frame.WebStorageOverflowException
- All Implemented Interfaces:
Serializable
Thrown by the
WebStorage.putItem(String, String)
method when the item size exceeds the
available space in the storage.- See Also:
-
Constructor Summary
ConstructorDescriptionWebStorageOverflowException
(String message) Constructs a newWebStorageOverflowException
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
-
WebStorageOverflowException
Constructs a newWebStorageOverflowException
instance.- Parameters:
message
- the message that describes the error
-