Package java.security.spec
Class InvalidParameterSpecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- java.security.spec.InvalidParameterSpecException
-
- All Implemented Interfaces:
Serializable
public class InvalidParameterSpecException extends GeneralSecurityException
The exception that is thrown when an invalid parameter specification is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterSpecException()Creates a newInvalidParameterSpecException.InvalidParameterSpecException(String msg)Creates a newInvalidParameterSpecExceptionwith the specified message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidParameterSpecException
public InvalidParameterSpecException(String msg)
Creates a newInvalidParameterSpecExceptionwith the specified message.- Parameters:
msg- the detail message for this exception.
-
InvalidParameterSpecException
public InvalidParameterSpecException()
Creates a newInvalidParameterSpecException.
-
-