Class au.net.aba.security.NoSuchAlgorithmException
All Packages Class Hierarchy This Package Previous Next Index
Class au.net.aba.security.NoSuchAlgorithmException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----au.net.aba.security.NoSuchAlgorithmException
- public class NoSuchAlgorithmException
- extends Exception
This exception is thrown if an attempt is made to instance a non-existant
algorithm.
-
ident
-
-
NoSuchAlgorithmException()
-
-
NoSuchAlgorithmException(String)
-
ident
public final static String ident
NoSuchAlgorithmException
public NoSuchAlgorithmException()
NoSuchAlgorithmException
public NoSuchAlgorithmException(String string)
All Packages Class Hierarchy This Package Previous Next Index