Package org.soulwing.s2ks
Class KeyWrapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.soulwing.s2ks.KeyStorageException
-
- org.soulwing.s2ks.KeyWrapException
-
- All Implemented Interfaces:
java.io.Serializable
public class KeyWrapException extends KeyStorageException
An exception thrown to indicate that an unexpected error (e.g. JCA exception) occurred while wrapping a key.- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyWrapException(java.lang.String message, java.lang.Throwable cause)
-