Skip navigation links

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

E10668-05


oracle.security.crypto.fips
Class SelfTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.crypto.fips.SelfTestException

All Implemented Interfaces:
java.io.Serializable

public final class SelfTestException
extends java.lang.RuntimeException

Thrown if an error occurs during any of the FIPS 140-2 power-up or continuous self-tests.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
SelfTestException()
          Creates a new SelfTestException instance with no detail message.
SelfTestException(java.lang.String message)
          Creates a new SelfTestException instance with the specified detail message.

 

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

SelfTestException

public SelfTestException()
Creates a new SelfTestException instance with no detail message.

SelfTestException

public SelfTestException(java.lang.String message)
Creates a new SelfTestException instance with the specified detail message.
Parameters:
message - The detail message.

Skip navigation links

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

E10668-05


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