org.nhindirect.config.store
Class CertificateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nhindirect.config.store.CertificateException
All Implemented Interfaces:
Serializable

public class CertificateException
extends Exception

Generic Certificate exception class.

See Also:
Serialized Form

Constructor Summary
CertificateException()
          Default constructor.
CertificateException(String message)
          Construct an exception with given message.
CertificateException(String message, Throwable e)
          Construct an exception with given message from a Throwable.
CertificateException(Throwable e)
          Construct an exception from a Throwable.
 
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

CertificateException

public CertificateException()
Default constructor.


CertificateException

public CertificateException(String message)
Construct an exception with given message.

Parameters:
message - The message.

CertificateException

public CertificateException(Throwable e)
Construct an exception from a Throwable.

Parameters:
e - The Throwable.

CertificateException

public CertificateException(String message,
                            Throwable e)
Construct an exception with given message from a Throwable.

Parameters:
message - The message.
e - The Throwable.


Copyright © 2011. All Rights Reserved.