fipaos.platform.df
Class DFRegistrationException

|
+--fipaos.platform.RegistrationException
  |
  +--fipaos.platform.df.DFRegistrationException

public class DFRegistrationException
extends RegistrationException

DFRegistrationException is an umbrella exception type that covers all exceptions relating to
actions concerning the registration information of agents with the DF. Subclasses of this exception can
occur during initial registration, modification of registration details, or agent deregistration actions.


Constructor Summary
DFRegistrationException()
          Creates an exception with no reason
DFRegistrationException(String error)
          Creates an exception with the given reason
DFRegistrationException(String error, String reason)
          Creates an exception with the given reason

Methods inherited from class fipaos.platform.RegistrationException
getExceptionReason

Constructor Detail

DFRegistrationException

public DFRegistrationException()
Creates an exception with no reason

DFRegistrationException

public DFRegistrationException(String error)
Creates an exception with the given reason
Parameters:
error - The reason for the exception

DFRegistrationException

public DFRegistrationException(String error, String reason)
Creates an exception with the given reason
Parameters:
error - The human readable reason for the exception
reason - The reason for the exception