issrg.utils.ssl
Class UtilitySSLPasswordException

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

public class UtilitySSLPasswordException
extends UtilitySSLException

Password Exception thrown in the issrg UtilitySSL methods.

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

Constructor Summary
UtilitySSLPasswordException(java.lang.String message)
           
UtilitySSLPasswordException(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

UtilitySSLPasswordException

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

UtilitySSLPasswordException

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