Class KeyWrapException

All Implemented Interfaces:
Serializable

public class KeyWrapException extends SecurityException
Key wrapping related security exception.
See Also:
  • Constructor Details

    • KeyWrapException

      public KeyWrapException()
    • KeyWrapException

      public KeyWrapException(String s)
    • KeyWrapException

      public KeyWrapException(String message, Throwable cause)
    • KeyWrapException

      public KeyWrapException(Throwable cause)