Uses of Class
org.apache.james.jdkim.exceptions.FailException

Packages that use FailException
org.apache.james.jdkim   
org.apache.james.jdkim.exceptions   
 

Uses of FailException in org.apache.james.jdkim
 

Methods in org.apache.james.jdkim that throw FailException
 String DKIMSigner.sign(InputStream is)
           
 List DKIMVerifier.verify(Headers messageHeaders, InputStream bodyInputStream)
          Verifies all of the DKIM-Signature records declared in the Headers object.
 List DKIMVerifier.verify(InputStream is)
          Verifies all of the DKIM-Signature records declared in the supplied input stream
 

Uses of FailException in org.apache.james.jdkim.exceptions
 

Subclasses of FailException in org.apache.james.jdkim.exceptions
 class PermFailException
           
 class TempFailException
           
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.