Class FipsOperationError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.bouncycastle.crypto.fips.FipsOperationError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FipsConsistencyTestFailedError, FipsSelfTestFailedError, FipsUnapprovedOperationError

public class FipsOperationError extends AssertionError
Base error class for FIPS errors.
See Also:
  • Constructor Details

    • FipsOperationError

      public FipsOperationError(String message)
      Base constructor.
      Parameters:
      message - a message describing the error.
    • FipsOperationError

      public FipsOperationError(String message, Throwable cause)
      Constructor for an error associated with a specific algorithm.
      Parameters:
      message - a message describing the error.
      cause - the throwable that caused this exception to be raised.
  • Method Details