Package net.ripe.rpki.commons.crypto.crl
Class X509CrlBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ripe.rpki.commons.crypto.crl.X509CrlBuilderException
-
- All Implemented Interfaces:
Serializable
public class X509CrlBuilderException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description X509CrlBuilderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
X509CrlBuilderException
public X509CrlBuilderException(Throwable cause)
-
-