ca.tnt.ldaputils.exception
Class LdapNamingException

Package class diagram package LdapNamingException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.tnt.ldaputils.exception.LdapNamingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LpaAnnotationException, ObjectClassNotSupportedException

public class LdapNamingException
extends RuntimeException

Created by IntelliJ IDEA.

Created : Mar 20, 2008 7:41:10 PM MST

Author:
trenta
See Also:
Serialized Form

Constructor Summary
LdapNamingException(NamingException namingException)
           
LdapNamingException(String message)
           
LdapNamingException(String userMessage, Throwable namingException)
           
LdapNamingException(Throwable namingException)
           
 
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

LdapNamingException

public LdapNamingException(Throwable namingException)

LdapNamingException

public LdapNamingException(NamingException namingException)

LdapNamingException

public LdapNamingException(String userMessage,
                           Throwable namingException)

LdapNamingException

public LdapNamingException(String message)