public class TrustException extends NHINDException
| Constructor and Description |
|---|
TrustException(TrustError error)
Constructs an exception with the trust error.
|
TrustException(TrustError error,
java.lang.Exception innerException)
Constructs an exception with the trust error and the exception that caused the error.
|
getError, toStringpublic TrustException(TrustError error)
error - The trust error.public TrustException(TrustError error, java.lang.Exception innerException)
error - The trust error.innerException - The exception that caused the error.Copyright © 2010-2019 NHIN Direct. All Rights Reserved.