Searched refs:DestroyFailedException (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DDestroyFailedException.java36 public class DestroyFailedException extends Exception { class in inherits:Exception
41 * Constructs a DestroyFailedException with no detail message. A detail
44 public DestroyFailedException() { method in class:DestroyFailedException
49 * Constructs a DestroyFailedException with the specified detail
57 public DestroyFailedException(String msg) { method in class:DestroyFailedException
H A DDestroyable.java46 * @exception DestroyFailedException if the destroy operation fails. <p>
51 void destroy() throws DestroyFailedException;
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5AcceptCredential.java36 import javax.security.auth.DestroyFailedException;
165 } catch (DestroyFailedException e) {
177 public void destroy() throws DestroyFailedException {
H A DSubjectComber.java31 import javax.security.auth.DestroyFailedException;
155 } catch (DestroyFailedException dfe) {
H A DKrb5InitCredential.java297 } catch (javax.security.auth.DestroyFailedException e) {
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKerberosKey.java31 import javax.security.auth.DestroyFailedException;
215 * @throws DestroyFailedException if some error occurs while destorying
218 public void destroy() throws DestroyFailedException {
H A DKeyImpl.java32 import javax.security.auth.DestroyFailedException;
157 public void destroy() throws DestroyFailedException {
H A DKerberosTicket.java36 import javax.security.auth.DestroyFailedException;
590 } catch (DestroyFailedException dfException) {
613 public void destroy() throws DestroyFailedException {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java54 import javax.security.auth.DestroyFailedException;
900 } catch (DestroyFailedException dfe) {
H A DKrb5LoginModule.java1195 } catch (DestroyFailedException e) {
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java290 * @exception DestroyFailedException if this method was unable
294 throws javax.security.auth.DestroyFailedException {

Completed in 983 milliseconds