issrg.utils.ssl
Class UtilitySSLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.ssl.UtilitySSLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UtilitySSLPasswordException

public class UtilitySSLException
extends java.lang.Exception

Exception thrown by the issrg UtilitySSL methods.

Version:
2008.06.11
Author:
mfb4@kent.ac.uk
See Also:
Serialized Form

Constructor Summary
UtilitySSLException(java.lang.String message)
           
UtilitySSLException(java.lang.String message, java.lang.Throwable ex)
           
 
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

UtilitySSLException

public UtilitySSLException(java.lang.String message)
Since:
2008.06.11

UtilitySSLException

public UtilitySSLException(java.lang.String message,
                           java.lang.Throwable ex)
Since:
2008.06.11