Package org.bouncycastle.crypto.fips
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
Base error class for FIPS errors.
- See Also:
-
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 java.lang.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
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