Package java.security

Class KeyManagementException

All Implemented Interfaces:
Serializable

public class KeyManagementException
extends KeyException
KeyManagementException is a general exception, thrown to indicate an exception during processing an operation concerning key management.
See Also:
Serialized Form
  • Constructor Details

    • KeyManagementException

      public KeyManagementException​(String msg)
      Constructs a new instance of KeyManagementException with the given message.
      Parameters:
      msg - the detail message for this exception.
    • KeyManagementException

      public KeyManagementException()
      Constructs a new instance of KeyManagementException.
    • KeyManagementException

      public KeyManagementException​(String message, Throwable cause)
      Constructs a new instance of KeyManagementException with the given message and the cause.
      Parameters:
      message - the detail message for this exception.
      cause - the exception which is the cause for this exception.
    • KeyManagementException

      public KeyManagementException​(Throwable cause)
      Constructs a new instance of KeyManagementException with the cause.
      Parameters:
      cause - the exception which is the cause for this exception.