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

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

public class BooleanDecoderException
extends java.lang.Exception

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

Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Declares the Serial Version Uid.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BooleanDecoderException(java.lang.String pMessage)
          Creates a BooleanDecoderException
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Declares the Serial Version Uid.

See Also:
Always Declare Serial Version Uid, Constant Field Values
Constructor Detail

BooleanDecoderException

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

Parameters:
pMessage - A message with meaning to a human


Copyright © 2003-2006 . All Rights Reserved.