fipaos.agent.task
Class TaskNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.agent.task.TaskNotFoundException

public class TaskNotFoundException
extends Exception

Used to signal that a requested task is not stored in the Task Manager.


Constructor Summary
TaskNotFoundException(String s)
           
TaskNotFoundException()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

TaskNotFoundException

public TaskNotFoundException(String s)

TaskNotFoundException

public TaskNotFoundException()