Class SignedMailValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.i18n.LocalizedException
-
- org.bouncycastle.mail.smime.validator.SignedMailValidatorException
-
- All Implemented Interfaces:
Serializable
public class SignedMailValidatorException extends org.bouncycastle.i18n.LocalizedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignedMailValidatorException(org.bouncycastle.i18n.ErrorBundle errorMessage)
SignedMailValidatorException(org.bouncycastle.i18n.ErrorBundle errorMessage, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SignedMailValidatorException
public SignedMailValidatorException(org.bouncycastle.i18n.ErrorBundle errorMessage, Throwable throwable)
-
SignedMailValidatorException
public SignedMailValidatorException(org.bouncycastle.i18n.ErrorBundle errorMessage)
-
-