| | |
| | | |
| | | import org.opends.server.core.DirectoryServer; |
| | | |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugCought; |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugCaught; |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugEnabled; |
| | | import org.opends.server.types.DebugLogLevel; |
| | | import static org.opends.server.messages.MessageHandler.*; |
| | |
| | | { |
| | | if (debugEnabled()) |
| | | { |
| | | debugCought(DebugLogLevel.ERROR, me); |
| | | debugCaught(DebugLogLevel.ERROR, me); |
| | | } |
| | | |
| | | int msgID = MSGID_EMAILMSG_INVALID_SENDER_ADDRESS; |
| | |
| | | { |
| | | if (debugEnabled()) |
| | | { |
| | | debugCought(DebugLogLevel.ERROR, me); |
| | | debugCaught(DebugLogLevel.ERROR, me); |
| | | } |
| | | |
| | | int msgID = MSGID_EMAILMSG_INVALID_RECIPIENT_ADDRESS; |
| | |
| | | { |
| | | if (debugEnabled()) |
| | | { |
| | | debugCought(DebugLogLevel.ERROR, sfe); |
| | | debugCaught(DebugLogLevel.ERROR, sfe); |
| | | } |
| | | |
| | | // We'll ignore this and hope that another server is available. If not, |