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)
           
 
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

PermFailException

public PermFailException(String error)

PermFailException

public PermFailException(String string,
                         Exception e)


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