All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.EncryptException

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

public class EncryptException
extends Exception
This exception is thrown when data cannot be successfully encrypted.

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

$Revision: 1.1.1.1 $


Constructor Index

 o EncryptException()
 o EncryptException(String)

Constructors

 o EncryptException
 public EncryptException()
 o EncryptException
 public EncryptException(String reason)

All Packages  Class Hierarchy  This Package  Previous  Next  Index