Agent System POND 1.2 (28.2.2002)

PkgAgentSystem
Class AgentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--PkgAgentSystem.AgentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentNotRegisteredException, CannotSendException, CreateAgentFailureException, DelayException, InitializationException, MessageException, ReceiveAgentDeniedException

public class AgentException
extends Exception

Superclass of all exceptions thrown by the agent system.

Version:
1.0, 1.7.2000
Author:
Michael Sonntag
See Also:
Serialized Form

Constructor Summary
AgentException()
          Constructs an AgentException without a specified detail message.
AgentException(String detail)
          Constructs an AgentException with the specified detail 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

AgentException

public AgentException(String detail)
Constructs an AgentException with the specified detail message.
Parameters:
detail - the detail message

AgentException

public AgentException()
Constructs an AgentException without a specified detail message.

Agent System POND 1.2 (28.2.2002)

Submit a bug

Copyright 2001,2002 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.