org.apache.james.jdkim.exceptions
Class FailException

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

public class FailException
extends Exception

See Also:
Serialized Form

Constructor Summary
FailException(String error)
           
FailException(String string, Exception e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailException

public FailException(String error)

FailException

public FailException(String string,
                     Exception e)


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