springs.access
Class AgentNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--springs.util.SpringsException
|
+--springs.access.AgentNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class AgentNotFoundException
- extends SpringsException
An exception thrown when an agent cannot be found in the naming service.
- 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 |
AgentNotFoundException
public AgentNotFoundException()
AgentNotFoundException
public AgentNotFoundException(java.lang.String msg)
AgentNotFoundException
public AgentNotFoundException(java.lang.Throwable t)
AgentNotFoundException
public AgentNotFoundException(java.lang.String mensaje,
java.lang.Throwable t)