Class FipsSelfTestFailedError

  • All Implemented Interfaces:
    java.io.Serializable

    public class FipsSelfTestFailedError
    extends FipsOperationError
    Error thrown if a self test fails.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • FipsSelfTestFailedError

        public FipsSelfTestFailedError​(java.lang.String message,
                                       Algorithm algorithm)
        Base constructor.
        Parameters:
        message - a message describing the error.
        algorithm - the algorithm the failure was for.