Top Description Fields Constructors
java.security

public Class UnrecoverableEntryException

extends GeneralSecurityException
Class Inheritance
Known Direct Subclasses
java.security.UnrecoverableKeyException

This exception is thrown if an entry in the keystore cannot be recovered.
Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
UnrecoverableEntryException()

Constructs an UnrecoverableEntryException with no detail message.

public
UnrecoverableEntryException(String
the detail message.
msg
)

Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.security.GeneralSecurityException.serialVersionUID.

Annotations
@Serial

Constructor Detail

UnrecoverableEntryExceptionback to summary
public UnrecoverableEntryException()

Constructs an UnrecoverableEntryException with no detail message.

UnrecoverableEntryExceptionback to summary
public UnrecoverableEntryException(String msg)

Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.

Parameters
msg:String

the detail message.