org.apache.directory.api.ldap.model.exception
Class LdapURLEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.api.ldap.model.exception.LdapException
              extended by org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
All Implemented Interfaces:
Serializable

public class LdapURLEncodingException
extends LdapException

Thrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
LdapURLEncodingException(String message)
          Creates a LdapStringEncodingException
LdapURLEncodingException(String message, Throwable cause)
          Creates a LdapStringEncodingException
 
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

LdapURLEncodingException

public LdapURLEncodingException(String message)
Creates a LdapStringEncodingException

Parameters:
message - A message with meaning to a human

LdapURLEncodingException

public LdapURLEncodingException(String message,
                                Throwable cause)
Creates a LdapStringEncodingException

Parameters:
message - A message with meaning to a human
cause - The root cause for this exception


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.