+ windowContextTimeoutInMinutes + " minutes.");
}
public static RuntimeException windowContextManagerNotEditableException(WindowContextManager windowContextManager)
{
return new UnhandledException(windowContextManager.getClass().getName() + " has to implement "
+ EditableWindowContextManager.class.getName());
}