Skip navigation links

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

E10664-01


oracle.ldap.util
Class ServiceInstanceException

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

All Implemented Interfaces:
java.io.Serializable

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

ServiceInstanceException

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

ServiceInstanceException

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

ServiceInstanceException

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