Bouncy Castle Cryptography Library 1.81

org.bouncycastle.mail.smime.validator
Class SignedMailValidatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bouncycastle.pkix.util.LocalizedException
              extended byorg.bouncycastle.mail.smime.validator.SignedMailValidatorException
All Implemented Interfaces:
java.io.Serializable

public class SignedMailValidatorException
extends org.bouncycastle.pkix.util.LocalizedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.bouncycastle.pkix.util.LocalizedException
message
 
Constructor Summary
SignedMailValidatorException(org.bouncycastle.pkix.util.ErrorBundle errorMessage)
           
SignedMailValidatorException(org.bouncycastle.pkix.util.ErrorBundle errorMessage, java.lang.Throwable throwable)
           
 
Methods inherited from class org.bouncycastle.pkix.util.LocalizedException
getCause, getErrorMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignedMailValidatorException

public SignedMailValidatorException(org.bouncycastle.pkix.util.ErrorBundle errorMessage,
                                    java.lang.Throwable throwable)

SignedMailValidatorException

public SignedMailValidatorException(org.bouncycastle.pkix.util.ErrorBundle errorMessage)

Bouncy Castle Cryptography Library 1.81