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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DIllegalBlockSizeException.java37 public class IllegalBlockSizeException class in inherits:java.security.GeneralSecurityException
43 * Constructs an IllegalBlockSizeException with no detail message.
47 public IllegalBlockSizeException() { method in class:IllegalBlockSizeException
52 * Constructs an IllegalBlockSizeException with the specified
57 public IllegalBlockSizeException(String msg) { method in class:IllegalBlockSizeException

Completed in 28 milliseconds