public class AgentException extends NHINDException
| Constructor and Description |
|---|
AgentException(AgentError error) |
AgentException(AgentError error,
java.lang.Exception innerException)
Constructs an exception with the agent error and the exception that caused the error.
|
AgentException(AgentError error,
java.lang.String message)
Constructs an exception with a message and the agent error.
|
AgentException(AgentError error,
java.lang.String message,
java.lang.Exception innerException)
Constructs an exception with the agent error, a message, and the exception that caused the error.
|
getError, toStringpublic AgentException(AgentError error)
public AgentException(AgentError error, java.lang.String message)
error - The agent errormsg - The exception message.public AgentException(AgentError error, java.lang.Exception innerException)
error - The atent error.innerException - The exception that caused the error.public AgentException(AgentError error, java.lang.String message, java.lang.Exception innerException)
error - The agent error.msg - The exception message.innerException - The exception that caused the error.Copyright © 2010-2019 NHIN Direct. All Rights Reserved.