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

/libcore/luni/src/main/java/javax/crypto/
H A DShortBufferException.java31 public class ShortBufferException extends GeneralSecurityException { class in inherits:GeneralSecurityException
39 * Creates a new instance of {@code ShortBufferException} with the
45 public ShortBufferException(String msg) { method in class:ShortBufferException
50 * Creates a new instance of {@code ShortBufferException}.
52 public ShortBufferException() { method in class:ShortBufferException

Completed in 53 milliseconds