org.nhindirect.stagent
Class AgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nhindirect.stagent.NHINDException
org.nhindirect.stagent.AgentException
- All Implemented Interfaces:
- java.io.Serializable
public class AgentException
- extends NHINDException
Exception thrown in the agent's operational flow.
- Author:
- Greg Meyer, Umesh Madan
- See Also:
- Serialized Form
|
Constructor Summary |
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AgentException
public AgentException(AgentError error)
AgentException
public AgentException(AgentError error,
java.lang.String message)
- Constructs an exception with a message and the agent error.
- Parameters:
error - The agent errormsg - The exception message.
AgentException
public AgentException(AgentError error,
java.lang.Exception innerException)
- Constructs an exception with the agent error and the exception that caused the error.
- Parameters:
error - The atent error.innerException - The exception that caused the error.
AgentException
public 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.
- Parameters:
error - The agent error.msg - The exception message.innerException - The exception that caused the error.
Copyright © 2010-2011 HNIN Direct. All Rights Reserved.