Class ScriptCPUAbuseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScriptCPUAbuseException
    extends ScriptAbuseException
    Exception thrown when script runtime exides given limit.

    Created on 2015-08-07

    Version:
    $Id$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptCPUAbuseException​(java.lang.String string, boolean scriptKilled, java.lang.Throwable throwable)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScriptCPUAbuseException

        public ScriptCPUAbuseException​(java.lang.String string,
                                       boolean scriptKilled,
                                       java.lang.Throwable throwable)