The HTTPUnauthorized class is accessible via the paste.httpexceptions module.
'This server could not verify that you are authorized to\r\naccess the document you requested. Either you supplied the\r\nwrong credentials (e.g., bad password), or your browser\r\ndoes not understand how to supply the credentials required.\r\n'
This exception as a WSGI application
See the source for more information.