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

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.X509CertificateOperationException
All Implemented Interfaces:
Serializable

public class X509CertificateOperationException
extends RuntimeException

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

See Also:
Serialized Form

Constructor Summary
X509CertificateOperationException(Exception e)
           
X509CertificateOperationException(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

X509CertificateOperationException

public X509CertificateOperationException(Exception e)

X509CertificateOperationException

public X509CertificateOperationException(String msg,
                                         Exception e)


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