codec.x501
Class BadNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.