Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util
Class LogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ldap.util.LogException

All Implemented Interfaces:
java.io.Serializable

public class LogException
extends java.lang.Exception

This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.

Since:
9.4 and iAS 9.0.4
See Also:
Serialized Form

Constructor Summary
LogException()
          Constructs a LogException with no detail message.
LogException(java.lang.Exception ex)
          Constructs a LogException with the specified Exception object.
LogException(java.lang.String s)
          Constructs a LogException with the specified detail message.

 

Method Summary
 java.lang.String getMessage()
          Returns the error message string of this throwable object.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

LogException

public LogException()
Constructs a LogException with no detail message.

LogException

public LogException(java.lang.String s)
Constructs a LogException with the specified detail message.
Parameters:
s - the detail message.

LogException

public LogException(java.lang.Exception ex)
Constructs a LogException with the specified Exception object.
Parameters:
s - the detail message.

Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message string of this throwable object.
Overrides:
getMessage in class java.lang.Throwable
Returns:
the error message string of this Throwable object if it was created with an error message string or the message associated with the throwable object that is passed to the constructor when this object is created. null is returned if it was created with no error message.

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.