securityutils
Class CorruptBlobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
CorruptBlobException(java.lang.String message)
           
CorruptBlobException(java.lang.Throwable t)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CorruptBlobException

public CorruptBlobException(java.lang.String message)

CorruptBlobException

public CorruptBlobException(java.lang.Throwable t)