All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.CryptoBadRedundancy
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.crypto.CryptoManException
|
+----semper.crypto.CryptoBadRedundancy
- public class CryptoBadRedundancy
- extends CryptoManException
-
CryptoBadRedundancy()
-
-
CryptoBadRedundancy(String)
- Create an exception with a detailed message.
CryptoBadRedundancy
public CryptoBadRedundancy()
CryptoBadRedundancy
public CryptoBadRedundancy(String s)
- Create an exception with a detailed message.
- Parameters:
- s - the detailed message.
All Packages Class Hierarchy This Package Previous Next Index