org.nhindirect.config.model.exceptions
Class CertificateConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nhindirect.config.model.exceptions.CertificateConversionException
All Implemented Interfaces:
Serializable

public class CertificateConversionException
extends RuntimeException

Thrown if errors occurring during the conversions of certificates from one representation to another.

Since:
1.0
Author:
Greg Meyer
See Also:
Serialized Form

Constructor Summary
CertificateConversionException()
          Empty constructor
CertificateConversionException(String msg)
          
CertificateConversionException(String msg, Throwable t)
          
CertificateConversionException(Throwable t)
          
 
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

CertificateConversionException

public CertificateConversionException()
Empty constructor


CertificateConversionException

public CertificateConversionException(String msg)


CertificateConversionException

public CertificateConversionException(String msg,
                                      Throwable t)


CertificateConversionException

public CertificateConversionException(Throwable t)



Copyright © 2014. All Rights Reserved.