public class NHINDException extends RuntimeException
DefaultNHINDAgent| Constructor and Description |
|---|
NHINDException()
Constructs an empty exception.
|
NHINDException(Object error)
Constructs an exception with a generic error.
|
NHINDException(Object error,
Exception innerException)
Constructs an exception with a generic error and the exception that caused the error.
|
NHINDException(Object error,
String message)
Constructs an exception with a message and a generic error.
|
NHINDException(Object error,
String message,
Exception innerException)
Constructs an exception with a generic error, a message, and the exception that caused the error.
|
NHINDException(String message)
Constructs an exception with a message.
|
NHINDException(String message,
Exception innerException)
Constructs an exception with a message and and the exception that caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getError()
Gets the generic exception error.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NHINDException()
public NHINDException(Object error)
error - The generic exception error.public NHINDException(String message)
message - The exception message.public NHINDException(Object error, String message)
error - The generic exception error.msg - The exception message.public NHINDException(String message, Exception innerException)
message - The exception message.innerException - The exception that caused the error.public NHINDException(Object error, Exception innerException)
error - The generic exception error.innerException - The exception that caused the error.public NHINDException(Object error, String message, Exception innerException)
error - The generic exception error.message - The exception message.innerException - The exception that caused the error.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.