Package com.jbstrap.core.websocket
Class JavaScriptLoadError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbstrap.core.websocket.JavaScriptLoadError
- All Implemented Interfaces:
Serializable
JavaScript load error
This error may occur, if the server tries to load a JavaScript package to the client, but during the loading process, an error is encountered on the client side.
- Since:
- 4.0
- Author:
- JBStrap
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JavaScriptLoadError
Creates a new JavaScript load error- Parameters:
message
- The error message
-