Package Summary  Overview Summary

class:ShortBufferException [NONE]

constructor:<init>() [NONE]

  • ShortBufferException

    public ShortBufferException()
    Constructs a ShortBufferException with no detail message. A detail message is a String that describes this particular exception.

constructor:<init>(java.lang.String) [NONE]

  • ShortBufferException

    public ShortBufferException​(String msg)
    Constructs a ShortBufferException with the specified detail message.
    Parameters:
    msg - the detail message.

© 2018 Oracle Corporation and/or its affiliates