Package org.conscrypt
Class ShortBufferWithoutStackTraceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- javax.crypto.ShortBufferException
-
- org.conscrypt.ShortBufferWithoutStackTraceException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal final class ShortBufferWithoutStackTraceException extends javax.crypto.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 Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ShortBufferWithoutStackTraceException()
ShortBufferWithoutStackTraceException(java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-