public class MimeException extends NHINDException
| Constructor and Description |
|---|
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.
|
getError, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MimeException(MimeError error)
public MimeException(MimeError error, String message)
error - The mime errormsg - The exception message.public MimeException(MimeError error, Exception innerException)
error - The mime error.innerException - The exception that caused the error.public MimeException(MimeError error, String message, Exception innerException)
error - The mime error.msg - The exception message.innerException - The exception that caused the error.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.