Name
global.UnimplementedOperationException
Description
A logic exception that is thrown when expected or intended functionality is not available.
Script
/**
* A logic exception that is thrown when expected or intended functionality is not available.
* @author Roy Laurie <roy.laurie@service-now.com> RAL
*/
var UnimplementedOperationException = Class.create();
UnimplementedOperationException.prototype = Object.extendsObject(GenericException);
Sys ID
0b29045437102000627d8c00dfbe5d97