Skip navigation links

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

E10664-01


oracle.ldap.util
Class ServiceEntityException

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

All Implemented Interfaces:
java.io.Serializable

public class ServiceEntityException
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
ServiceEntityException()
          Constructs a ServiceEntityException with no detail message.
ServiceEntityException(java.lang.Exception ex)
          Constructs a ServiceEntityException with the specified Exception object.
ServiceEntityException(java.lang.String s)
          Constructs a ServiceEntityException 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

ServiceEntityException

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

ServiceEntityException

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

ServiceEntityException

public ServiceEntityException(java.lang.Exception ex)
Constructs a ServiceEntityException 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.