Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.logging
Class WLErrorManager

java.lang.Object
  extended by java.util.logging.ErrorManager
      extended by weblogic.logging.WLErrorManager

public class WLErrorManager
extends ErrorManager

An ErrorManager that handles errors by removing the failing handler from the logger and logging a WLLevel.CRITICAL message. The error manager has a tolerance limit of 5 exceptions that may be reported by the handlers. If the errors exceed this limit, the handler is removed from the Logger. When the handler is removed it no longer gets the publish messages.


Field Summary
 
Fields inherited from class java.util.logging.ErrorManager
CLOSE_FAILURE, FLUSH_FAILURE, FORMAT_FAILURE, GENERIC_FAILURE, OPEN_FAILURE, WRITE_FAILURE
 
Constructor Summary
WLErrorManager(Handler handler)
          Initialize this instance with the associated handler.
 
Method Summary
 void error(String msg, Exception ex, int code)
          Callback method to inform the manager of an error condition in the Handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WLErrorManager

public WLErrorManager(Handler handler)
Initialize this instance with the associated handler.

Parameters:
handler - The handler who will report exceptions as it is logging.
Method Detail

error

public void error(String msg,
                  Exception ex,
                  int code)
Callback method to inform the manager of an error condition in the Handler.

Overrides:
error in class ErrorManager
Parameters:
msg - Message indicating the details about the error condition.
ex - The exception which is causing the error condition.
code - Numeric identifier which tells the type of error being reported.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06