Class au.net.aba.security.NoSuchProviderException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class au.net.aba.security.NoSuchProviderException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----au.net.aba.security.NoSuchProviderException

public class NoSuchProviderException
extends Exception
This exception is thrown if an attempt is made to use a non-existant provider.

Variable Index

 o ident

Constructor Index

 o NoSuchProviderException()
 o NoSuchProviderException(String)

Variables

 o ident
  public final static String ident

Constructors

 o NoSuchProviderException
  public NoSuchProviderException()
 o NoSuchProviderException
  public NoSuchProviderException(String string)

All Packages  Class Hierarchy  This Package  Previous  Next  Index