Class TempFailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.james.jdkim.exceptions.FailException
-
- org.apache.james.jdkim.exceptions.TempFailException
-
- All Implemented Interfaces:
Serializable
public class TempFailException extends FailException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TempFailException(String error)
-
Method Summary
-
Methods inherited from class org.apache.james.jdkim.exceptions.FailException
getRelatedRecordIdentity, setRelatedRecordIdentity
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TempFailException
public TempFailException(String error)
-
-