org.keymg.api.sym.exceptions
Class SymKeyGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.keymg.api.sym.exceptions.SymKeyGenerationException
All Implemented Interfaces:
Serializable

public class SymKeyGenerationException
extends GeneralSecurityException

Exception in symmetric key generation

Since:
Aug 24, 2009
Author:
anil@apache.org
See Also:
Serialized Form

Constructor Summary
SymKeyGenerationException()
           
SymKeyGenerationException(String arg0)
           
SymKeyGenerationException(String arg0, Throwable arg1)
           
SymKeyGenerationException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymKeyGenerationException

public SymKeyGenerationException()

SymKeyGenerationException

public SymKeyGenerationException(String arg0,
                                 Throwable arg1)

SymKeyGenerationException

public SymKeyGenerationException(String arg0)

SymKeyGenerationException

public SymKeyGenerationException(Throwable arg0)


Copyright © 2009-2011. All Rights Reserved.