org.jsslutils.sslcontext
Class SSLContextFactory.SSLContextFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jsslutils.sslcontext.SSLContextFactory.SSLContextFactoryException
All Implemented Interfaces:
Serializable
Enclosing interface:
SSLContextFactory

public static class SSLContextFactory.SSLContextFactoryException
extends Exception

This class is a wrapper exception for most exceptions that can occur when using an SSLContextFactory.

Author:
Bruno Harbulot (Bruno.Harbulot@manchester.ac.uk)
See Also:
Serialized Form

Field Summary
static String message
           
 
Constructor Summary
SSLContextFactory.SSLContextFactoryException(Exception e)
           
SSLContextFactory.SSLContextFactoryException(String message)
           
SSLContextFactory.SSLContextFactoryException(String message, Exception e)
           
 
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
 

Field Detail

message

public static final String message
See Also:
Constant Field Values
Constructor Detail

SSLContextFactory.SSLContextFactoryException

public SSLContextFactory.SSLContextFactoryException(Exception e)

SSLContextFactory.SSLContextFactoryException

public SSLContextFactory.SSLContextFactoryException(String message)

SSLContextFactory.SSLContextFactoryException

public SSLContextFactory.SSLContextFactoryException(String message,
                                                    Exception e)


Copyright © 2012. All Rights Reserved.