public class TrustException extends NHINDException
| Constructor and Description |
|---|
TrustException(TrustError error)
Constructs an exception with the trust error.
|
TrustException(TrustError error,
Exception innerException)
Constructs an exception with the trust error and the exception that caused the error.
|
getError, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TrustException(TrustError error)
error - The trust error.public TrustException(TrustError error, Exception innerException)
error - The trust error.innerException - The exception that caused the error.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.