BenQ Mobile

java.security
Class InvalidAlgorithmParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--java.security.InvalidAlgorithmParameterException

public class InvalidAlgorithmParameterException
extends GeneralSecurityException

This is the exception for invalid or inappropriate algorithm parameters.

Since:
1.2
See Also:
AlgorithmParameterSpec

Constructor Summary
InvalidAlgorithmParameterException()
          Constructs an InvalidAlgorithmParameterException with no detail message.
InvalidAlgorithmParameterException(String msg)
          Constructs an InvalidAlgorithmParameterException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAlgorithmParameterException

public InvalidAlgorithmParameterException()
Constructs an InvalidAlgorithmParameterException with no detail message. A detail message is a String that describes this particular exception.


InvalidAlgorithmParameterException

public InvalidAlgorithmParameterException(String msg)
Constructs an InvalidAlgorithmParameterException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - the detail message.

BenQ Mobile

Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner.
All Rights Reserved.
BenQ Corp. is a trademark licensee of Siemens AG.


For further information about Mobility Toolkit (MTK) visit our Developer Portal.