Package java.security

Class UnrecoverableKeyException

All Implemented Interfaces:
Serializable

public class UnrecoverableKeyException
extends UnrecoverableEntryException
UnrecoverableKeyException indicates, that a key cannot be recovered from a KeyStore.
See Also:
KeyStore, Serialized Form
  • Constructor Details

    • UnrecoverableKeyException

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

      public UnrecoverableKeyException()
      Constructs a new instance of UnrecoverableKeyException.