Skip navigation links

Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10696-03


oracle.security.crypto.core
Class AlgorithmIdentifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.crypto.core.AlgorithmIdentifierException

All Implemented Interfaces:
java.io.Serializable

public class AlgorithmIdentifierException
extends java.lang.Exception

Signals that inappropriate or unsupported parameters were provided to an algorithm. Or an unknown algorithm was requested, for example, by using an unrecognized OID.

See Also:
Serialized Form

Constructor Summary
AlgorithmIdentifierException()
          Creates a new AlgorithmIdentifierException with no detail message.
AlgorithmIdentifierException(java.lang.String s)
          Creates a new AlgorithmIdentifierException with the specified detail message.
AlgorithmIdentifierException(java.lang.String message, java.lang.Throwable cause)
           
AlgorithmIdentifierException(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

AlgorithmIdentifierException

public AlgorithmIdentifierException(java.lang.String message,
                                    java.lang.Throwable cause)

AlgorithmIdentifierException

public AlgorithmIdentifierException(java.lang.Throwable cause)

AlgorithmIdentifierException

public AlgorithmIdentifierException()
Creates a new AlgorithmIdentifierException with no detail message.

AlgorithmIdentifierException

public AlgorithmIdentifierException(java.lang.String s)
Creates a new AlgorithmIdentifierException with the specified detail message.

Skip navigation links

Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10696-03


Copyright © 2005, 2011 , Oracle. All rights reserved.