Package COM.TIBCO.hawk.talon
Class MicroAgentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
COM.TIBCO.hawk.talon.MicroAgentException
COM.TIBCO.hawk.talon.MicroAgentNotFoundException
- All Implemented Interfaces:
Serializable
An exception used to signal that a microagent was not found while trying
to perform some action relating to it
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a MicroAgentNotFoundException with a detailed message. -
Method Summary
Methods inherited from class COM.TIBCO.hawk.talon.MicroAgentException
getExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MicroAgentNotFoundException
Constructs a MicroAgentNotFoundException with a detailed message.- Parameters:
msg- The detailed message.
-