Package org.bouncycastle.cms
Class CMSVerifierCertificateNotValidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cms.CMSException
-
- org.bouncycastle.cms.CMSVerifierCertificateNotValidException
-
- All Implemented Interfaces:
Serializable
public class CMSVerifierCertificateNotValidException extends CMSException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSVerifierCertificateNotValidException(String msg)
-
Method Summary
-
Methods inherited from class org.bouncycastle.cms.CMSException
getCause, getUnderlyingException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CMSVerifierCertificateNotValidException
public CMSVerifierCertificateNotValidException(String msg)
-
-