com.netflix.niws.client
Class ClientSslSocketFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netflix.niws.client.ClientSslSocketFactoryException
All Implemented Interfaces:
java.io.Serializable

public class ClientSslSocketFactoryException
extends java.lang.Exception

Reports problems detected by the ClientSslSocketFactory class.

See Also:
Serialized Form

Constructor Summary
ClientSslSocketFactoryException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new instance with the specified message and cause.
 
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

ClientSslSocketFactoryException

public ClientSslSocketFactoryException(java.lang.String message,
                                       java.lang.Throwable cause)
Constructs a new instance with the specified message and cause.