org.apache.directory.shared.asn1.util
Class IntegerDecoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.directory.shared.asn1.util.IntegerDecoderException
All Implemented Interfaces:
java.io.Serializable

public class IntegerDecoderException
extends java.lang.Exception

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

Author:
Apache Directory Project
See Also:
Serialized Form

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

IntegerDecoderException

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

Parameters:
pMessage - A message with meaning to a human


Copyright © 2004-2007 null. All Rights Reserved.