codec.x501
Class BadNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by codec.x501.BadNameException
All Implemented Interfaces:
Serializable

public class BadNameException
extends Exception

This exception is thrown if errors occur during parsing of RFC1779 Distinguished names.

Version:
"$Id: BadNameException.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth
See Also:
Serialized Form

Constructor Summary
BadNameException()
          Creates an instance.
BadNameException(String msg)
          Creates an instance with the given message string.
 
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

BadNameException

public BadNameException()
Creates an instance.


BadNameException

public BadNameException(String msg)
Creates an instance with the given message string.

Parameters:
msg - The message.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.