public class MimeException extends NHINDException
| Constructor and Description |
|---|
MimeException(MimeError error) |
MimeException(MimeError error,
java.lang.Exception innerException)
Constructs an exception with the mime error and the exception that caused the error.
|
MimeException(MimeError error,
java.lang.String message)
Constructs an exception with a message and the mime error.
|
MimeException(MimeError error,
java.lang.String message,
java.lang.Exception innerException)
Constructs an exception with the mime error, a message, and the exception that caused the error.
|
getError, toStringpublic MimeException(MimeError error)
public MimeException(MimeError error, java.lang.String message)
error - The mime errormsg - The exception message.public MimeException(MimeError error, java.lang.Exception innerException)
error - The mime error.innerException - The exception that caused the error.public MimeException(MimeError error, java.lang.String message, java.lang.Exception innerException)
error - The mime error.msg - The exception message.innerException - The exception that caused the error.Copyright © 2010-2019 NHIN Direct. All Rights Reserved.