All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.crypto.CryptoDecryptionError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.crypto.CryptoManException
                           |
                           +----semper.crypto.CryptoDecryptionError

public class CryptoDecryptionError
extends CryptoManException

Constructor Index

 o CryptoDecryptionError()
 o CryptoDecryptionError(String)
Create an exception with a detailed message.

Constructors

 o CryptoDecryptionError
 public CryptoDecryptionError()
 o CryptoDecryptionError
 public CryptoDecryptionError(String s)
Create an exception with a detailed message.

Parameters:
s - the detailed message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index