fipaos.platform.df
Class DFRegistrationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--fipaos.FIPAOSException
|
+--fipaos.platform.RegistrationException
|
+--fipaos.platform.df.DFRegistrationException
- All Implemented Interfaces:
- java.io.Serializable
- 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.
- See Also:
- Serialized Form
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 |
DFRegistrationException
public DFRegistrationException()
- Creates an exception with no reason
DFRegistrationException
public DFRegistrationException(java.lang.String error)
- Creates an exception with the given reason
- Parameters:
error
- The reason for the exception
DFRegistrationException
public DFRegistrationException(java.lang.String error,
java.lang.String reason)
- Creates an exception with the given reason
- Parameters:
error
- The human readable reason for the exceptionreason
- The reason for the exception