com.ibm.security12.sun.security.x509
Class GeneralNamesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.security12.java.security.GeneralSecurityException
                    |
                    +--com.ibm.security12.sun.security.x509.GeneralNamesException

public class GeneralNamesException
extends GeneralSecurityException

Generic General Names Exception.

Version:
1.6
Author:
Amit Kapoor, Hemma Prafullchandra
See Also:
Serialized Form

Constructor Summary
GeneralNamesException()
          Constructs a GeneralNamesException with no detail message.
GeneralNamesException(String message)
          Constructs the exception with the specified error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneralNamesException

public GeneralNamesException()
Constructs a GeneralNamesException with no detail message.

GeneralNamesException

public GeneralNamesException(String message)
Constructs the exception with the specified error message.
Parameters:
message - the requisite error message.