Searched refs:DestroyFailedException (Results 1 – 10 of 10) sorted by relevance
21 import javax.security.auth.DestroyFailedException;41 DestroyFailedException dfE = new DestroyFailedException(); in testDestroyFailedException01()51 DestroyFailedException dfE; in testDestroyFailedException02()53 dfE = new DestroyFailedException(msgs[i]); in testDestroyFailedException02()65 DestroyFailedException dfE = new DestroyFailedException(msg); in testDestroyFailedException03()79 return new Object[] { new DestroyFailedException("message") }; in getSerializationData()
23 import javax.security.auth.DestroyFailedException;54 public void destroy() throws DestroyFailedException { in destroy()
36 public class DestroyFailedException extends Exception { class44 public DestroyFailedException() { in DestroyFailedException() method in DestroyFailedException57 public DestroyFailedException(String msg) { in DestroyFailedException() method in DestroyFailedException
58 public default void destroy() throws DestroyFailedException { in destroy()59 throw new DestroyFailedException(); in destroy()
29 import javax.security.auth.DestroyFailedException;49 public void testGetPassword() throws DestroyFailedException { in testGetPassword()82 public void testGetProtectionAlgorithm() throws DestroyFailedException { in testGetProtectionAlgorithm()107 public void testGetProtectionParameters() throws DestroyFailedException { in testGetProtectionParameters()
37 import javax.security.auth.DestroyFailedException;409 public synchronized void destroy() throws DestroyFailedException { in destroy()
359 public synchronized void destroy() throws javax.security.auth.DestroyFailedException { in destroy()
1377 "ojluni/src/main/java/javax/security/auth/DestroyFailedException.java",
1368 …/javax/security/auth/DestroyFailedException.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/javax/se…
8238 method public void destroy() throws javax.security.auth.DestroyFailedException;19803 public class DestroyFailedException extends java.lang.Exception {19804 ctor public DestroyFailedException();19805 ctor public DestroyFailedException(String);19809 method public default void destroy() throws javax.security.auth.DestroyFailedException;