KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > InvalidParameterSpecException

java.security.spec
Class InvalidParameterSpecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.spec.InvalidParameterSpecException
All Implemented Interfaces:
Serializable
See Also:
Source Code, AlgorithmParameters, AlgorithmParameterSpec, DSAParameterSpec

public InvalidParameterSpecException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidParameterSpecException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags