Package org.conscrypt

Class ShortBufferWithoutStackTraceException

All Implemented Interfaces:
Serializable

@Internal final class ShortBufferWithoutStackTraceException extends ShortBufferException
This class basically does the same thing the ShortBufferException class does except not filling in stack trace in the exception to save CPU-time for it in an environment where this can be thrown many times. e.g. OpenJDK 8.
  • Field Details

  • Constructor Details

    • ShortBufferWithoutStackTraceException

      public ShortBufferWithoutStackTraceException()
    • ShortBufferWithoutStackTraceException

      public ShortBufferWithoutStackTraceException(String msg)
  • Method Details