Name
global.IllegalStateException
Description
A runtime exception thrown when the state of an object is not valid for the attempted operation.
Script
/**
* A runtime exception thrown when the state of an object is not valid for the attempted operation.
* @author Roy Laurie <roy.laurie@service-now.com> RAL
*/
var IllegalStateException = Class.create();
IllegalStateException.prototype = Object.extendsObject(GenericException);
Sys ID
bd3c085437102000627d8c00dfbe5d66