org.apache.directory.shared.asn1.codec
Class DecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.asn1.codec.DecoderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResponseCarryingException

public class DecoderException
extends Exception

Thrown when a Decoder has encountered a failure condition during a decode.

Version:
$Id: DecoderException.java 434412 2006-08-24 16:20:48Z elecharny $
Author:
Apache Directory Project
See Also:
Serialized Form

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

DecoderException

public DecoderException(String message)
Creates a DecoderException

Parameters:
message - A message with meaning to a human

DecoderException

public DecoderException(String message,
                        Throwable cause)
Creates a DecoderException

Parameters:
message - A message with meaning to a human
cause - The Exception which caused the error


Copyright © 2004-2012. All Rights Reserved.