edu.harvard.deas.hyperenc
Class EncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.harvard.deas.hyperenc.EncryptionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BlockMissingException
public class EncryptionException
- extends Exception
Thrown when a recoverable error occurs during a hyper-encryption operation.
Examples include when there are not sufficient pages available to make new
encryption blocks, or when there are not sufficient blocks available to
encrypt a message.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EncryptionException
public EncryptionException(String message)
EncryptionException
public EncryptionException(String message,
Throwable cause)