java.security
Class InvalidAlgorithmParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.InvalidAlgorithmParameterException
- All Implemented Interfaces:
- Serializable
public class InvalidAlgorithmParameterException
- extends GeneralSecurityException
This class represents invalid algorithm parameters to cryptographic services.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidAlgorithmParameterException
public InvalidAlgorithmParameterException(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.
InvalidAlgorithmParameterException
public InvalidAlgorithmParameterException()
- Constructs a new instance of this class with its walkback filled in.
InvalidAlgorithmParameterException
public InvalidAlgorithmParameterException(String message,
Throwable cause)
InvalidAlgorithmParameterException
public InvalidAlgorithmParameterException(Throwable cause)
Please submit a feedback, bug or feature