< prev index next >

jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/UcryptoException.java

Print this page

        

*** 31,41 **** /** * The exception class used by SunUcrypto provider. An exception * object of this class indicates that a function call to the underlying * native calls returned a value not equal to CRYPTO_SUCCESS. * ! * @since 1.9 */ public final class UcryptoException extends ProviderException { private static final long serialVersionUID = -933864511110035746L; --- 31,41 ---- /** * The exception class used by SunUcrypto provider. An exception * object of this class indicates that a function call to the underlying * native calls returned a value not equal to CRYPTO_SUCCESS. * ! * @since 9 */ public final class UcryptoException extends ProviderException { private static final long serialVersionUID = -933864511110035746L;
< prev index next >