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
ConstructorsConstructorDescriptionWebStorageOverflowException(String message) Constructs a newWebStorageOverflowExceptioninstance. -
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 newWebStorageOverflowExceptioninstance.- Parameters:
message- the message that describes the error
-