*/
private void tryCreate(ImapSession session, String tag, ImapCommand command, Responder responder, MailboxNotFoundException e) {
final Logger logger = session.getLog();
if (logger.isDebugEnabled()) {
logger.debug("Cannot open mailbox: ", e);
}
no(command, tag, responder, HumanReadableText.FAILURE_NO_SUCH_MAILBOX, StatusResponse.ResponseCode.tryCreate());
}