Package org.apache.nifi.security.util
Class TlsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.apache.nifi.security.util.TlsException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionTlsException(String message) TlsException(String message, Throwable cause) TlsException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TlsException
public TlsException() -
TlsException
-
TlsException
-
TlsException
-