codec.pkcs9
Class NoSuchAttributeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.GeneralSecurityException
|
+--codec.pkcs9.NoSuchAttributeException
- All Implemented Interfaces:
- Serializable
- public class NoSuchAttributeException
- extends GeneralSecurityException
Thrown when a Attribute is not found.
- Version:
- "$Id: NoSuchAttributeException.java,v 1.2 2000/12/06 17:47:34 vroth
Exp $"
- Author:
- Volker Roth
- See Also:
- Serialized Form
NoSuchAttributeException
public NoSuchAttributeException()
- Creates an instance.
NoSuchAttributeException
public NoSuchAttributeException(String message)
- Creates an instance with the given message.
- Parameters:
message - The message.
Copyright © Fraunhofer Gesellschaft. All Rights Reserved.