Class KeyUnwrapException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KeyUnwrapException
    extends KeyStorageException
    An exception thrown to indicate that an unexpected error (e.g. JCA exception) occurred while unwrapping a key.
    Author:
    Carl Harris
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyUnwrapException​(java.lang.String message)  
      KeyUnwrapException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • KeyUnwrapException

        public KeyUnwrapException​(java.lang.String message)
      • KeyUnwrapException

        public KeyUnwrapException​(java.lang.String message,
                                  java.lang.Throwable cause)