org.apache.directory.api.ldap.model.exception
Class UrlDecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.UrlDecoderException
- All Implemented Interfaces:
- Serializable
public class UrlDecoderException
- extends LdapException
Thrown when a Decoder has encountered a failure condition during a decode.
- 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 |
UrlDecoderException
public UrlDecoderException(String message)
- Creates a DecoderException
- Parameters:
message - A message with meaning to a human
UrlDecoderException
public UrlDecoderException(String message,
Throwable cause)
- Creates a DecoderException
- Parameters:
message - A message with meaning to a humancause - The root cause for this exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.