public class NHINDException
extends java.lang.RuntimeException
DefaultNHINDAgent| Constructor and Description |
|---|
NHINDException()
Constructs an empty exception.
|
NHINDException(java.lang.Object error)
Constructs an exception with a generic error.
|
NHINDException(java.lang.Object error,
java.lang.Exception innerException)
Constructs an exception with a generic error and the exception that caused the error.
|
NHINDException(java.lang.Object error,
java.lang.String message)
Constructs an exception with a message and a generic error.
|
NHINDException(java.lang.Object error,
java.lang.String message,
java.lang.Exception innerException)
Constructs an exception with a generic error, a message, and the exception that caused the error.
|
NHINDException(java.lang.String message)
Constructs an exception with a message.
|
NHINDException(java.lang.String message,
java.lang.Exception innerException)
Constructs an exception with a message and and the exception that caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getError()
Gets the generic exception error.
|
java.lang.String |
toString() |
public NHINDException()
public NHINDException(java.lang.Object error)
error - The generic exception error.public NHINDException(java.lang.String message)
message - The exception message.public NHINDException(java.lang.Object error,
java.lang.String message)
error - The generic exception error.msg - The exception message.public NHINDException(java.lang.String message,
java.lang.Exception innerException)
message - The exception message.innerException - The exception that caused the error.public NHINDException(java.lang.Object error,
java.lang.Exception innerException)
error - The generic exception error.innerException - The exception that caused the error.public NHINDException(java.lang.Object error,
java.lang.String message,
java.lang.Exception innerException)
error - The generic exception error.message - The exception message.innerException - The exception that caused the error.Copyright © 2010-2019 NHIN Direct. All Rights Reserved.