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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11RuntimeException.java86 * @param encapsulatedException The other exception the wrap into this.
90 public PKCS11RuntimeException(Exception encapsulatedException) { argument
91 super(encapsulatedException);
100 * @param encapsulatedException The other exception the wrap into this.
104 public PKCS11RuntimeException(String message, Exception encapsulatedException) { argument
105 super(message, encapsulatedException);

Completed in 28 milliseconds