If an exception occurs during the execution of the domain filter (BP Server is not running while trying to instantiate a BizSite bean, for example), you can display a graceful warning message by overriding the handleFilterException() method inherited from DomainFilter.
By default, the handleFilterException() prints the error stack trace to the standard output and wraps the original exception into a ServletException.