Skip navigation links

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

E10696-05


oracle.security.crypto.fips
Class ModuleStateException

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

All Implemented Interfaces:
java.io.Serializable

public final class ModuleStateException
extends java.lang.RuntimeException

Thrown if any FIPS 140-2 power-up or continuous self-test fails of if the crypto module is in an invalid state for an attempted operation.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
ModuleStateException()
          Creates a new ModuleStateException instance with no detail message.
ModuleStateException(java.lang.String message)
          Creates a new ModuleStateException 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

ModuleStateException

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

ModuleStateException

public ModuleStateException(java.lang.String message)
Creates a new ModuleStateException instance with the specified detail message.
Parameters:
message - The 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-05


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