public class NoSuchAlgorithmException extends GeneralSecurityException
| Constructor and Description |
|---|
NoSuchAlgorithmException()
Constructs a NoSuchAlgorithmException with no detail
message.
|
NoSuchAlgorithmException(String msg)
Constructs a NoSuchAlgorithmException with the specified
detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchAlgorithmException()
public NoSuchAlgorithmException(String msg)
msg - the detail message.Copyright © 2013 CableLabs. All rights reserved.