springs.rns
Class AlreadyExistingAgentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--springs.util.SpringsException
|
+--springs.rns.AlreadyExistingAgentException
- All Implemented Interfaces:
- java.io.Serializable
- public class AlreadyExistingAgentException
- extends SpringsException
An exception thrown when an agent with the same name already exists in the system.
- Author:
- Sergio Ilarri Artigas
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AlreadyExistingAgentException
public AlreadyExistingAgentException()
AlreadyExistingAgentException
public AlreadyExistingAgentException(java.lang.String msg)
AlreadyExistingAgentException
public AlreadyExistingAgentException(java.lang.Throwable t)
AlreadyExistingAgentException
public AlreadyExistingAgentException(java.lang.String mensaje,
java.lang.Throwable t)