Class ScriptCPUAbuseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
delight.nashornsandbox.exceptions.ScriptAbuseException
delight.nashornsandbox.exceptions.ScriptCPUAbuseException
- All Implemented Interfaces:
Serializable
Exception thrown when script runtime exides given limit.
Created on 2015-08-07
- Version:
- $Id$
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScriptCPUAbuseException
(String string, boolean scriptKilled, Throwable throwable) -
Method Summary
Methods inherited from class delight.nashornsandbox.exceptions.ScriptAbuseException
getMessage, isScriptKilled
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ScriptCPUAbuseException
-