lumis.portal.crypto
Class InvalidEncryptedValueException

Package class diagram package InvalidEncryptedValueException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.crypto.InvalidEncryptedValueException
All Implemented Interfaces:
Serializable

@StableMinor(version="6.2",
             sinceVersion="5.5")
public class InvalidEncryptedValueException
extends Exception

Thrown to indicate that an invalid encrypted value was used. This usually indicates the value is corrupted or was not encrypted with the same algorithms and keys.

Since:
5.5.0
See Also:
Serialized Form

Constructor Summary
InvalidEncryptedValueException()
           
InvalidEncryptedValueException(String message)
           
InvalidEncryptedValueException(String message, Throwable cause)
           
InvalidEncryptedValueException(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

InvalidEncryptedValueException

public InvalidEncryptedValueException()

InvalidEncryptedValueException

public InvalidEncryptedValueException(String message,
                                      Throwable cause)

InvalidEncryptedValueException

public InvalidEncryptedValueException(String message)

InvalidEncryptedValueException

public InvalidEncryptedValueException(Throwable cause)


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.