net.hivecell.hive.agent
Class AgentNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.hivecell.hive.agent.AgentNotFoundException

public class AgentNotFoundException
extends java.lang.Exception

this is the counterpart to the agent not found exception

See Also:
Serialized Form

Constructor Summary
AgentNotFoundException()
          create a new exception
AgentNotFoundException(java.lang.String message)
          create a new exception with a specific message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentNotFoundException

public AgentNotFoundException()
create a new exception

AgentNotFoundException

public AgentNotFoundException(java.lang.String message)
create a new exception with a specific message
Parameters:
message - the message