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

Constructor Summary
NoSuchAttributeException()
          Creates an instance.
NoSuchAttributeException(String message)
          Creates an instance with the given 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

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.