org.nhindirect.stagent.trust
Class TrustException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nhindirect.stagent.NHINDException
org.nhindirect.stagent.trust.TrustException
- All Implemented Interfaces:
- Serializable
public class TrustException
- extends NHINDException
Exception thrown when during trust enforcement operations.
- Author:
- Greg Meyer, Umesh Madan
- See Also:
- Serialized Form
TrustException
public TrustException(TrustError error)
- Constructs an exception with the trust error.
- Parameters:
error - The trust error.
TrustException
public TrustException(TrustError error,
Exception innerException)
- Constructs an exception with the trust error and the exception that caused the error.
- Parameters:
error - The trust error.innerException - The exception that caused the error.
Copyright © 2010-2013 NHIN Direct. All Rights Reserved.