net.ripe.rpki.commons.crypto.x509cert
Class AbstractX509CertificateWrapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ripe.rpki.commons.crypto.x509cert.AbstractX509CertificateWrapperException
All Implemented Interfaces:
Serializable

public class AbstractX509CertificateWrapperException
extends RuntimeException

RuntimeException for any checked exceptions related to X509Certificate wrappers that we have no better way of dealing with.

See Also:
Serialized Form

Constructor Summary
AbstractX509CertificateWrapperException(Exception e)
           
AbstractX509CertificateWrapperException(String msg, Exception e)
           
 
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

AbstractX509CertificateWrapperException

public AbstractX509CertificateWrapperException(Exception e)

AbstractX509CertificateWrapperException

public AbstractX509CertificateWrapperException(String msg,
                                               Exception e)


Copyright © 2008-2015 RIPE NCC, the Netherlands. All Rights Reserved.