ColdFusion · Exception
What does Object: an operation on a COM, Java, or CORBA object failed mean in ColdFusion?
A call into an external object, commonly a Java object accessed through createObject, failed at the object boundary rather than inside CFML code itself.
A call into an external object, commonly a Java object accessed through createObject, failed at the object boundary rather than inside CFML code itself.
Check the external object's own method signature and exception behavior directly, since the CFML-side Object exception is usually just a wrapper around whatever the underlying Java, COM, or CORBA call actually threw.