BEA WebLogic Server 9.0 API Reference
weblogic.logging
Class LoggerNotAvailableException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           weblogic.logging.LoggerNotAvailableException
weblogic.logging.LoggerNotAvailableException
- All Implemented Interfaces: 
- Serializable
- public final class LoggerNotAvailableException- extends Exception
This exception is thrown to indicate that the requested Logger does not
 live on the server process on which this request was invoked.
- See Also:
- Serialized Form
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
LoggerNotAvailableException
public LoggerNotAvailableException(String msg)
- Create an exception object with a given message.