Searched refs:UnrecoverableEntryException (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DUnrecoverableEntryException.java35 public class UnrecoverableEntryException extends GeneralSecurityException { class in inherits:GeneralSecurityException
40 * Constructs an UnrecoverableEntryException with no detail message.
42 public UnrecoverableEntryException() { method in class:UnrecoverableEntryException
47 * Constructs an UnrecoverableEntryException with the specified detail
53 public UnrecoverableEntryException(String msg) { method in class:UnrecoverableEntryException
H A DUnrecoverableKeyException.java35 public class UnrecoverableKeyException extends UnrecoverableEntryException {
H A DKeyStoreSpi.java436 * @exception UnrecoverableEntryException if the specified
448 UnrecoverableEntryException {
H A DKeyStore.java1268 * @exception UnrecoverableEntryException if the specified
1281 throws NoSuchAlgorithmException, UnrecoverableEntryException,
/openjdk7/jdk/test/java/security/KeyStore/
H A DEntryMethods.java85 // test post-JDK1.5 KeyStore can throw new UnrecoverableEntryException
151 "expected UnrecoverableEntryException");
152 } catch (UnrecoverableEntryException uee) {
162 "expected UnrecoverableEntryException");
163 } catch (UnrecoverableEntryException uee) {
341 ("UnrecoverableEntryException not thrown for " +
343 } catch (UnrecoverableEntryException uee) {
464 throws UnrecoverableEntryException {
516 throws UnrecoverableEntryException {
517 throw new UnrecoverableEntryException();
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java39 import java.security.UnrecoverableEntryException;
3149 } catch (UnrecoverableEntryException une) {
3174 } catch (UnrecoverableEntryException une2) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java902 * @exception UnrecoverableEntryException if the specified
910 UnrecoverableEntryException {

Completed in 56 milliseconds