Package org.apache.cxf.transport.http
Class UntrustedURLConnectionIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.cxf.transport.http.UntrustedURLConnectionIOException
- All Implemented Interfaces:
Serializable
This exception is thrown by the JSSETrustDecider when
trust in the TLS cannot be established.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUntrustedURLConnectionIOException(String message) This exception should mention a good reason of why this JSSE established connection is untrusted. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UntrustedURLConnectionIOException
This exception should mention a good reason of why this JSSE established connection is untrusted.- Parameters:
message-
-