Class FipsUnapprovedOperationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class FipsUnapprovedOperationError
    extends FipsOperationError
    Error thrown on an unapproved operation.
    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

      • FipsUnapprovedOperationError

        public FipsUnapprovedOperationError​(java.lang.String message)
        Base constructor.
        Parameters:
        message - a message describing the error.
      • FipsUnapprovedOperationError

        public FipsUnapprovedOperationError​(java.lang.String message,
                                            Algorithm algorithm)
        Constructor for an error associated with a specific algorithm.
        Parameters:
        message - a message describing the error.
        algorithm - the algorithm the failure was for.