org.jsslutils.sslcontext
Class SSLContextFactory.SSLContextFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jsslutils.sslcontext.SSLContextFactory.SSLContextFactoryException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing interface:
- SSLContextFactory
public static class SSLContextFactory.SSLContextFactoryException
- extends java.lang.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 java.lang.String |
message
|
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 |
message
public static final java.lang.String message
- See Also:
- Constant Field Values
SSLContextFactory.SSLContextFactoryException
public SSLContextFactory.SSLContextFactoryException(java.lang.Exception e)
SSLContextFactory.SSLContextFactoryException
public SSLContextFactory.SSLContextFactoryException(java.lang.String message)
SSLContextFactory.SSLContextFactoryException
public SSLContextFactory.SSLContextFactoryException(java.lang.String message,
java.lang.Exception e)
Copyright © 2011. All Rights Reserved.