Class TlsException

All Implemented Interfaces:
Serializable

public class TlsException extends GeneralSecurityException
A common exception for any TLS-configuration or -operation related exceptions in NiFi framework and extensions. The nested cause can be examined if the caller can resolve various root causes, or the top-level exception can be handled generically if no recovery is available.
See Also:
  • Constructor Details

    • TlsException

      public TlsException()
    • TlsException

      public TlsException(String message)
    • TlsException

      public TlsException(String message, Throwable cause)
    • TlsException

      public TlsException(Throwable cause)