edu.internet2.middleware.ldappc.exception
Class LdappcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.ldappc.exception.LdappcException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException

public class LdappcException
extends RuntimeException

This is the parent class to all non-runtime Ldappc exceptions.

See Also:
Serialized Form

Constructor Summary
LdappcException()
           
LdappcException(String message)
           
LdappcException(String message, Throwable cause)
           
LdappcException(Throwable cause)
           
 
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

LdappcException

public LdappcException()

LdappcException

public LdappcException(String message)

LdappcException

public LdappcException(String message,
                       Throwable cause)

LdappcException

public LdappcException(Throwable cause)


Copyright © 2012 Internet2. All Rights Reserved.