Class StacklessSSLHandshakeException

  • All Implemented Interfaces:
    java.io.Serializable

    final class StacklessSSLHandshakeException
    extends javax.net.ssl.SSLHandshakeException
    A SSLHandshakeException that does not fill in the stack trace.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()  
      (package private) static StacklessSSLHandshakeException newInstance​(java.lang.String reason, java.lang.Class<?> clazz, java.lang.String method)
      Creates a new StacklessSSLHandshakeException which has the origin of the given Class and method.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StacklessSSLHandshakeException

        private StacklessSSLHandshakeException​(java.lang.String reason)
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable