Class FailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description FailException(String error)
FailException(String string, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRelatedRecordIdentity()
void
setRelatedRecordIdentity(String relatedRecordIdentity)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-