Name
global.UnsupportedOperationException
Description
A logic exception that is thrown when existing functionality that is not intended for immediate use is accessed.
Script
/**
* A logic exception that is thrown when existing functionality that is not intended for immediate use is accessed.
* @author Roy Laurie <roy.laurie@service-now.com> RAL
*/
var UnsupportedOperationException = Class.create();
UnsupportedOperationException.prototype = Object.extendsObject(GenericException);
Sys ID
883cc81437102000627d8c00dfbe5ddf