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

public class InvalidParameterSpecException
extends GeneralSecurityException

Exception for an invalid algorithm specification.

Since:
1.2
See Also:
AlogorithmParameters, AlogorithmParameterSpec, DSAParameterSpec, Serialized Form

Constructor Summary
InvalidParameterSpecException()
          Constructs an InvalidParameterSpecException without a message string.
InvalidParameterSpecException(String msg)
          Constructs an InvalidParameterSpecException with a message string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterSpecException

public InvalidParameterSpecException()
Constructs an InvalidParameterSpecException without a message string.


InvalidParameterSpecException

public InvalidParameterSpecException(String msg)
Constructs an InvalidParameterSpecException with a message string.

Parameters:
msg - a message to display with exception