com.lacinato.tools.bdkim
Class AuthVerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lacinato.tools.bdkim.AuthVerificationException
All Implemented Interfaces:
java.io.Serializable

public class AuthVerificationException
extends java.lang.Exception

Exception thrown when an exceptional scenario prohibits the analyzer from verifying the authentication status of identities present in an email message.

See Also:
Serialized Form

Constructor Summary
AuthVerificationException(java.lang.String msg)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthVerificationException

public AuthVerificationException(java.lang.String msg)