com.silverpeas.util.security
Class CipherKeyUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.silverpeas.util.crypto.CryptoException
              extended by com.silverpeas.util.security.CipherKeyUpdateException
All Implemented Interfaces:
Serializable

public class CipherKeyUpdateException
extends CryptoException

Exception that is thrown when an error has occurred while updating a cipher key.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.silverpeas.util.crypto.CryptoException
DECRYPTION_FAILURE, ENCRYPTION_FAILURE, KEY_GENERATION_FAILURE
 
Constructor Summary
CipherKeyUpdateException(String message)
           
CipherKeyUpdateException(String message, Throwable cause)
           
CipherKeyUpdateException(Throwable cause)
           
 
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

CipherKeyUpdateException

public CipherKeyUpdateException(Throwable cause)

CipherKeyUpdateException

public CipherKeyUpdateException(String message,
                                Throwable cause)

CipherKeyUpdateException

public CipherKeyUpdateException(String message)


Copyright © 2016 Silverpeas. All Rights Reserved.