internal HandlerMethodInvocationException(PomonaContext context, IHandlerMethodInvoker invoker, string message, Exception innerException) : base(message, innerException, HttpStatusCode.InternalServerError) { }
internal HandlerMethodInvocationException(PomonaContext context, IHandlerMethodInvoker invoker, string message) : this(context, invoker, message, null) { }