| 
 | Oracle Fusion Middleware Crypto Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10668-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           oracle.security.crypto.core.InvalidKeyException
oracle.security.crypto.core.InvalidKeyException
public class InvalidKeyException
Signals that an invalid key was specified, for example in initializing a cipher or signature class.
| Constructor Summary | |
|---|---|
| InvalidKeyException()Creates a new InvalidKeyExceptionwith no detail message. | |
| InvalidKeyException(java.lang.String s)Creates a new InvalidKeyExceptionwith the specified detail message. | |
| InvalidKeyException(java.lang.String message, java.lang.Throwable cause) | |
| InvalidKeyException(java.lang.Throwable cause) | |
| 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 | 
|---|
public InvalidKeyException(java.lang.String message,
                           java.lang.Throwable cause)
public InvalidKeyException(java.lang.Throwable cause)
public InvalidKeyException()
InvalidKeyException with no detail message.public InvalidKeyException(java.lang.String s)
InvalidKeyException with the specified detail message.| 
 | Oracle Fusion Middleware Crypto Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10668-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||