NoSuchAlgorithmException.NoSuchAlgorithmException

NoSuchAlgorithmException.NoSuchAlgorithmException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public NoSuchAlgorithmException()
Description
Constructs a NoSuchAlgorithmException with no detail message. A detail message is a String that describes this particular exception.



Syntax 2
public NoSuchAlgorithmException( String msg )
Parameters
msg
the detail message.
Description
Constructs a NoSuchAlgorithmException with the specified detail message. A detail message is a String that describes this particular exception, which may, for example, specify which algorithm is not available.