de.buelowssiege.mail.pgp_mime
Class BadSignatureException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.mail.MessagingException
|
+--de.buelowssiege.mail.pgp_mime.PGPMimeException
|
+--de.buelowssiege.mail.pgp_mime.BadSignatureException
- All Implemented Interfaces:
- java.io.Serializable
- public class BadSignatureException
- extends PGPMimeException
This exception is thrown if a BodyPartVerifier finds a
bad signature.
- Version:
- $Id: BadSignatureException.html,v 1.1 2004/02/11 12:51:34 mschwerin Exp $
- Author:
- Maximilian Schwerin
- See Also:
- Serialized Form
Methods inherited from class javax.mail.MessagingException |
getMessage, getNextException, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BadSignatureException
public BadSignatureException(java.lang.String msg)
BadSignatureException
public BadSignatureException(java.lang.String msg,
java.lang.Exception ex)