Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security

Class NoSuchAlgorithmException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.security.GeneralSecurityException
         |
         +--java.security.NoSuchAlgorithmException


public class NoSuchAlgorithmException

extends GeneralSecurityException

This exception is thrown when the requested security algorithm is not available

Author:

Constructor Summary

NoSuchAlgorithmException()

Create a new instance with no descriptive error message.
NoSuchAlgorithmException(java.lang.String msg)

Create a new instance with a descriptive error message.

Constructor Details

NoSuchAlgorithmException

public NoSuchAlgorithmException()

Create a new instance with no descriptive error message.


NoSuchAlgorithmException

public NoSuchAlgorithmException(java.lang.String msg)

Create a new instance with a descriptive error message.

Parameters: