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.

Variable Index

 o ident

Constructor Index

 o NoSuchAlgorithmException()
 o NoSuchAlgorithmException(String)

Variables

 o ident
  public final static String ident

Constructors

 o NoSuchAlgorithmException
  public NoSuchAlgorithmException()
 o NoSuchAlgorithmException
  public NoSuchAlgorithmException(String string)

All Packages  Class Hierarchy  This Package  Previous  Next  Index