org.apache.james.jdkim.exceptions
Class PermFailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.jdkim.exceptions.FailException
              extended by org.apache.james.jdkim.exceptions.PermFailException
All Implemented Interfaces:
Serializable

public class PermFailException
extends FailException

See Also:
Serialized Form

Constructor Summary
PermFailException(String error)
           
PermFailException(String string, Exception e)
           
PermFailException(String string, String signatureIdentity)
           
 
Method Summary
 
Methods inherited from class org.apache.james.jdkim.exceptions.FailException
getRelatedRecordIdentity, setRelatedRecordIdentity
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

PermFailException

public PermFailException(String error)

PermFailException

public PermFailException(String string,
                         Exception e)

PermFailException

public PermFailException(String string,
                         String signatureIdentity)


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