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
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.