lime
Class AgentCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
lime.LimeException
lime.AgentCreationException
- All Implemented Interfaces:
- java.io.Serializable
- public class AgentCreationException
- extends LimeException
Raised when it's impossible to create an agent in a Lime server.
- Version:
- 1.0 alpha
- Author:
- Amy L. Murphy, Gian Pietro Picco
- 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, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AgentCreationException
public AgentCreationException()
- Creates a new exception with no internal, lower-level exception.
AgentCreationException
public AgentCreationException(java.lang.String s)
- Creates a new exception with no internal, lower-level exception.
- Parameters:
s
- an explanatory message for the exception.
AgentCreationException
public AgentCreationException(java.lang.Exception e)
- Creates an exception that wraps an internal exception.
AgentCreationException
public AgentCreationException(java.lang.Exception e,
java.lang.String s)
- Creates an exception that wraps an internal exception.
- Parameters:
s
- an explanatory message for the exception.