org.apache.directory.shared.ldap.codec.util
Class LdapStringEncodingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.directory.shared.ldap.codec.util.LdapStringEncodingException
All Implemented Interfaces:
java.io.Serializable

public class LdapStringEncodingException
extends java.lang.Exception

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

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
LdapStringEncodingException(java.lang.String pMessage)
          Creates a LdapStringEncodingException
 
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

LdapStringEncodingException

public LdapStringEncodingException(java.lang.String pMessage)
Creates a LdapStringEncodingException

Parameters:
pMessage - A message with meaning to a human


Copyright © 2003-2006 . All Rights Reserved.