FileDocCategorySizeDatePackage
CryptoManagerException.javaAPI DocAzureus 3.0.3.41222Thu Jun 15 06:41:18 BST 2006com.aelitis.azureus.core.security

CryptoManagerException

public class CryptoManagerException extends Exception

Fields Summary
Constructors Summary
public CryptoManagerException(String str)

		super( str );
	
public CryptoManagerException(String str, Throwable cause)

		super( str, cause );
	
Methods Summary