Searched defs:ExemptionMechanismException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
H A DExemptionMechanismException.java36 public class ExemptionMechanismException extends GeneralSecurityException { class in inherits:GeneralSecurityException
41 * Constructs a ExemptionMechanismException with no detailed message.
45 public ExemptionMechanismException() { method in class:ExemptionMechanismException
50 * Constructs a ExemptionMechanismException with the specified
56 public ExemptionMechanismException(String msg) { method in class:ExemptionMechanismException

Completed in 361 milliseconds