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
-
Constructor Summary
ConstructorsConstructorDescriptionFipsOperationError(String message) Base constructor.FipsOperationError(String message, Throwable cause) Constructor for an error associated with a specific algorithm. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FipsOperationError
Base constructor.- Parameters:
message- a message describing the error.
-
FipsOperationError
-
-
Method Details
-
getCause
-
flag
-