public class FipsOperationError
extends java.lang.AssertionError
| Constructor and Description |
|---|
FipsOperationError(java.lang.String message)
Base constructor.
|
FipsOperationError(java.lang.String message,
java.lang.Throwable cause)
Constructor for an error associated with a specific algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
public FipsOperationError(java.lang.String message)
message - a message describing the error.public FipsOperationError(java.lang.String message,
java.lang.Throwable cause)
message - a message describing the error.cause - the throwable that caused this exception to be raised.