Class X509CertificateOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Constructors Constructor Description X509CertificateOperationException(Exception e)X509CertificateOperationException(String msg, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-