com.motorola.iden.security
Class InvalidKeyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.motorola.iden.security.GeneralSecurityException
|
+--com.motorola.iden.security.KeyException
|
+--com.motorola.iden.security.InvalidKeyException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidKeyException
- extends KeyException
This is the exception for invalid Keys (invalid encoding, wrong
length, uninitialized, etc).
MOTOROLA and the Stylized M Logo are registered trademarks of
Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2002 - 2004 Motorola, Inc. All Rights Reserved.
- See Also:
[KeyException]
, Serialized Form
Constructor Summary |
InvalidKeyException()
Constructs an InvalidKeyException with no detail message. |
InvalidKeyException(java.lang.String msg)
Constructs an InvalidKeyException with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidKeyException
public InvalidKeyException()
- Constructs an InvalidKeyException with no detail message. A
detail message is a String that describes this particular
exception.
InvalidKeyException
public InvalidKeyException(java.lang.String msg)
- Constructs an InvalidKeyException with the specified detail
message. A detail message is a String that describes this
particular exception.
- Parameters:
msg
- the detail message.