lumis.portal.crypto
Class InvalidEncryptedValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
lumis.portal.crypto.InvalidEncryptedValueException
- All Implemented Interfaces:
- java.io.Serializable
@StableMinor(version="6.1",
sinceVersion="5.5")
public class InvalidEncryptedValueException
- extends java.lang.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
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 |
InvalidEncryptedValueException
public InvalidEncryptedValueException()
InvalidEncryptedValueException
public InvalidEncryptedValueException(java.lang.String message,
java.lang.Throwable cause)
InvalidEncryptedValueException
public InvalidEncryptedValueException(java.lang.String message)
InvalidEncryptedValueException
public InvalidEncryptedValueException(java.lang.Throwable cause)
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.