Copyright © 2002 SAP AG. All Rights Reserved.

com.sap.security.core.server.securestorage.exception
Class KeyGenerationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.core.server.securestorage.exception.SecureStorageException
                    |
                    +--com.sap.security.core.server.securestorage.exception.KeyGenerationException
All Implemented Interfaces:
java.io.Serializable

public class KeyGenerationException
extends SecureStorageException

See Also:
Serialized Form

Constructor Summary
KeyGenerationException()
          Constructor for KeyGenerationException.
KeyGenerationException(java.lang.Exception nested)
          Constructor for KeyGenerationException.
KeyGenerationException(java.lang.Exception nested, java.lang.String msg)
          Constructor for KeyGenerationException.
KeyGenerationException(java.lang.String message)
          Constructor for KeyGenerationException.
 
Methods inherited from class com.sap.security.core.server.securestorage.exception.SecureStorageException
getNestedException, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyGenerationException

public KeyGenerationException()
Constructor for KeyGenerationException.

KeyGenerationException

public KeyGenerationException(java.lang.String message)
Constructor for KeyGenerationException.
Parameters:
message -  

KeyGenerationException

public KeyGenerationException(java.lang.Exception nested)
Constructor for KeyGenerationException.
Parameters:
nested -  

KeyGenerationException

public KeyGenerationException(java.lang.Exception nested,
                              java.lang.String msg)
Constructor for KeyGenerationException.
Parameters:
nested -  
msg -  

Copyright © 2002 SAP AG. All Rights Reserved.