Class PermFailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.james.jdkim.exceptions.FailException
-
- org.apache.james.jdkim.exceptions.PermFailException
-
- All Implemented Interfaces:
Serializable
public class PermFailException extends FailException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermFailException(String error)
PermFailException(String string, Exception e)
PermFailException(String string, String signatureIdentity)
-
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
-
-