Apache CXF API

org.apache.cxf.transport.http
Class UntrustedURLConnectionIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.cxf.transport.http.UntrustedURLConnectionIOException
All Implemented Interfaces:
Serializable

public class UntrustedURLConnectionIOException
extends IOException

This exception is thrown by the JSSETrustDecider when trust in the TLS cannot be established.

See Also:
Serialized Form

Constructor Summary
UntrustedURLConnectionIOException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

UntrustedURLConnectionIOException

public UntrustedURLConnectionIOException(String message)
This exception should mention a good reason of why this JSSE established connection is untrusted.

Parameters:
message -

Apache CXF API

Apache CXF