Package java.security

Class UnrecoverableEntryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnrecoverableKeyException

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

    • UnrecoverableEntryException

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

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