Class BadTlsCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.internal.tls.BadTlsCredentialsException
All Implemented Interfaces:
Serializable

public class BadTlsCredentialsException extends RuntimeException
Thrown when TLS credentials are invalid — for example, when a private key does not match the certificate, or when the certificate chain is structurally incorrect.
See Also:
  • Constructor Details

    • BadTlsCredentialsException

      public BadTlsCredentialsException(String message)
    • BadTlsCredentialsException

      public BadTlsCredentialsException(String message, Throwable cause)