|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimeError | |
|---|---|
| org.nhindirect.stagent.mail | NHIN Direct mail structures and message wrapping logic. |
| Uses of MimeError in org.nhindirect.stagent.mail |
|---|
| Methods in org.nhindirect.stagent.mail that return MimeError | |
|---|---|
static MimeError |
MimeError.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MimeError[] |
MimeError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.nhindirect.stagent.mail with parameters of type MimeError | |
|---|---|
MimeException(MimeError error)
|
|
MimeException(MimeError error,
Exception innerException)
Constructs an exception with the mime error and the exception that caused the error. |
|
MimeException(MimeError error,
String message)
Constructs an exception with a message and the mime error. |
|
MimeException(MimeError error,
String message,
Exception innerException)
Constructs an exception with the mime error, a message, and the exception that caused the error. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||