ca.tnt.ldaputils.exception
Class LpaAnnotationException

Package class diagram package LpaAnnotationException
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
                  extended by ca.tnt.ldaputils.exception.LpaAnnotationException
All Implemented Interfaces:
Serializable

public class LpaAnnotationException
extends LdapNamingException

Used when something is wrong with the use of annotations.

Created : 5-Dec-2010 7:15:24 PM MST

Author:
Trenton D. Adams
See Also:
Serialized Form

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

LpaAnnotationException

public LpaAnnotationException(Throwable namingException)

LpaAnnotationException

public LpaAnnotationException(NamingException namingException)

LpaAnnotationException

public LpaAnnotationException(String userMessage,
                              Throwable namingException)

LpaAnnotationException

public LpaAnnotationException(String message)