ewe.database
Class EncryptedDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.database.EncryptedDataException

public class EncryptedDataException
extends IOException

This error indicates that data within the Database is Encrypted but no suitable decryptor is available to decrypt the data.


Constructor Summary
EncryptedDataException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

EncryptedDataException

public EncryptedDataException()