| | |
| | | import java.util.zip.ZipEntry; |
| | | import java.util.zip.ZipOutputStream; |
| | | |
| | | 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; |
| | | |
| | |
| | | { |
| | | if (debugEnabled()) |
| | | { |
| | | debugCought(DebugLogLevel.ERROR, ioe); |
| | | debugCaught(DebugLogLevel.ERROR, ioe); |
| | | } |
| | | if (inputStreamOpen) |
| | | { |
| | |
| | | { |
| | | if (debugEnabled()) |
| | | { |
| | | debugCought(DebugLogLevel.ERROR, fe); |
| | | debugCaught(DebugLogLevel.ERROR, fe); |
| | | } |
| | | // Cannot do much. Ignore. |
| | | } |
| | |
| | | { |
| | | if (debugEnabled()) |
| | | { |
| | | debugCought(DebugLogLevel.ERROR, ze); |
| | | debugCaught(DebugLogLevel.ERROR, ze); |
| | | } |
| | | // Cannot do much. Ignore. |
| | | } |