Sun Adapter for LDAP API

com.stc.connector.ldapadapter.appconn
Class LDAPApplicationConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationConnectionException
              extended by com.stc.connector.ldapadapter.appconn.LDAPApplicationConnectionException
All Implemented Interfaces:
java.io.Serializable

public class LDAPApplicationConnectionException
extends com.stc.connector.appconn.common.ApplicationConnectionException

Exception class for LDAP application connection.

Version:
$Revision: 1.2 $
Author:
See Also:
Serialized Form

Constructor Summary
LDAPApplicationConnectionException()
          Creates a new instance of LDAPApplicationConnectionException without detail message.
LDAPApplicationConnectionException(java.lang.String msg)
          Constructs an instance of LDAPApplicationConnectionException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

LDAPApplicationConnectionException

public LDAPApplicationConnectionException()
Creates a new instance of LDAPApplicationConnectionException without detail message.


LDAPApplicationConnectionException

public LDAPApplicationConnectionException(java.lang.String msg)
Constructs an instance of LDAPApplicationConnectionException with the specified detail message.

Parameters:
msg - the detail message.

Sun Adapter for LDAP API