public class AgentException extends NHINDException
| Constructor and Description |
|---|
AgentException(AgentError error) |
AgentException(AgentError error,
Exception innerException)
Constructs an exception with the agent error and the exception that caused the error.
|
AgentException(AgentError error,
String message)
Constructs an exception with a message and the agent error.
|
AgentException(AgentError error,
String message,
Exception innerException)
Constructs an exception with the agent error, a message, and the exception that caused the error.
|
getError, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AgentException(AgentError error)
public AgentException(AgentError error, String message)
error - The agent errormsg - The exception message.public AgentException(AgentError error, Exception innerException)
error - The atent error.innerException - The exception that caused the error.public AgentException(AgentError error, String message, Exception innerException)
error - The agent error.msg - The exception message.innerException - The exception that caused the error.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.