com.rsa.certj.cert

Class NameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rsa.certj.cert.NameException
All Implemented Interfaces:
Serializable

public class NameException
extends Exception

This is the exception thrown by any of the classes that work with names.

Copyright © RSA Security Inc., 1998-2001. All rights reserved.

See Also

Serialized Form

Constructor Summary

NameException(String message)

Constructs a NameException object and initializes it with the specified detail message, message.

 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameException

public NameException(String message)
Constructs a NameException object and initializes it with the specified detail message, message.

Parameters

         message  

A String that describes the exception.



RSA BSAFE ® Cert-J 2.1.1 001-047007-211-001-000