All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.DecryptException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----cryptix.pgp.DecryptException

public class DecryptException
extends Exception
This exception is thrown when data cannot be successfully decrypted.

Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $


Constructor Index

 o DecryptException()
 o DecryptException(String)

Constructors

 o DecryptException
 public DecryptException()
 o DecryptException
 public DecryptException(String reason)

All Packages  Class Hierarchy  This Package  Previous  Next  Index