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:
java.io.Serializable
Direct Known Subclasses:
ResponseCarryingException

public class DecoderException
extends java.lang.Exception

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

Version:
$Id: DecoderException.java 437004 2006-08-25 22:53:17Z elecharny $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
DecoderException(java.lang.String message)
          Creates a DecoderException
DecoderException(java.lang.String message, java.lang.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(java.lang.String message)
Creates a DecoderException

Parameters:
message - A message with meaning to a human

DecoderException

public DecoderException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a DecoderException

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


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.