java.security
Class NoSuchAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.NoSuchAlgorithmException
- All Implemented Interfaces:
- Serializable
public class NoSuchAlgorithmException
- extends GeneralSecurityException
Instances of this class are thrown when an attempt is made to access an
algorithm which is not provided by the library.
- See Also:
Throwable,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchAlgorithmException
public NoSuchAlgorithmException(String msg)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
msg - String The detail message for the exception.
NoSuchAlgorithmException
public NoSuchAlgorithmException()
- Constructs a new instance of this class with its walkback filled in.
NoSuchAlgorithmException
public NoSuchAlgorithmException(String message,
Throwable cause)
NoSuchAlgorithmException
public NoSuchAlgorithmException(Throwable cause)
Please submit a feedback, bug or feature