org.apache.directory.shared.ldap.codec.util
Class LdapURLEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.shared.ldap.codec.util.LdapURLEncodingException
- All Implemented Interfaces:
- Serializable
public class LdapURLEncodingException
- extends Exception
Thrown when a LdapStringEncodingDecoder has encountered a failure condition
during the String creation.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LdapURLEncodingException
public LdapURLEncodingException(String pMessage)
- Creates a LdapStringEncodingException
- Parameters:
pMessage
- A message with meaning to a human
Copyright © 2004-2012. All Rights Reserved.