|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DkimError | |
---|---|
badpenguin.dkim |
Uses of DkimError in badpenguin.dkim |
---|
Methods in badpenguin.dkim that return DkimError | |
---|---|
DkimError |
DkimException.getError()
Get the DkimError type for this exception. |
static DkimError |
DkimError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DkimError[] |
DkimError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in badpenguin.dkim with parameters of type DkimError | |
---|---|
DkimException(DkimError arg0)
Create a DKIM Exception by specifying only the DkimError. |
|
DkimException(DkimError arg0,
java.lang.String arg1)
Create a DKIM Exception by specifying the DkimError type and a descriptive message of the problem. |
|
DkimException(DkimError arg0,
java.lang.String arg1,
java.lang.Throwable e)
Create a DKIM Exception by specifying the DkimError type, a descriptive message of the problem, and a Throwable cause. |
|
DkimException(DkimError arg0,
java.lang.Throwable e)
Create a DKIM Exception by specifying the DkimError type and a Throwable cause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |