Class AbstractX509CertificateWrapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Constructors Constructor Description AbstractX509CertificateWrapperException(Exception e)AbstractX509CertificateWrapperException(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
-
-