Module java.base
Package java.security

Class KeyManagementException

java.lang.Object
All Implemented Interfaces:
Serializable

public class KeyManagementException extends KeyException
This is the general key management exception for all operations dealing with key management. Examples of subclasses of KeyManagementException that developers might create for giving more detailed information could include:
  • KeyIDConflictException
  • KeyAuthorizationFailureException
  • ExpiredKeyException
Since:
1.1
See Also: