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

/libcore/ojluni/src/main/java/javax/crypto/
H A DShortBufferException.java39 public class ShortBufferException extends GeneralSecurityException { class in inherits:GeneralSecurityException
44 * Constructs a ShortBufferException with no detail
48 public ShortBufferException() { method in class:ShortBufferException
53 * Constructs a ShortBufferException with the specified
58 public ShortBufferException(String msg) { method in class:ShortBufferException

Completed in 51 milliseconds