You set up a custom error page in your instance, and have a configuration file that looks like the following:
<error status="404" script="/apps/all/templates/errorhandler/404.ecma" type="ecma" />
or
<error status="404" script="/apps/all/templates/errorhandler/404.jsp" type="jsp" />
You receive an error similar to the following:
25.02.2008 12:23:03 *ERROR* exec: processSource: java.lang.ClassNotFoundException: apps.all.templates.errorhandler.404