securityutils
Class CorruptBlobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
securityutils.CorruptBlobException
- All Implemented Interfaces:
- java.io.Serializable
public class CorruptBlobException
- extends java.lang.Exception
This Exception class represents problems discovered when unsealing sealed
data. This can include an expired seal, an integrity violation, or some
cryptographic error (key mismatch, bad padding, et c.).
- 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 |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
CorruptBlobException
public CorruptBlobException(java.lang.String message)
CorruptBlobException
public CorruptBlobException(java.lang.Throwable t)