public class UnknownAgentException extends Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private AgentId |
unknownAgentId |
Constructor and Description |
---|
UnknownAgentException()
Constructs a new
UnknownAgentException with no
detail message. |
UnknownAgentException(String s)
Constructs a new
UnknownAgentException with the
specified detail message. |
UnknownAgentException(String s,
AgentId unknownAgentId)
Constructs a new
UnknownAgentException with the
specified detail message and agent identifier. |
Modifier and Type | Method and Description |
---|---|
AgentId |
getUnknownAgentId()
Returns the unknown agent identifier.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private AgentId unknownAgentId
public UnknownAgentException()
UnknownAgentException
with no
detail message.public UnknownAgentException(String s)
UnknownAgentException
with the
specified detail message.s
- the detail message.public AgentId getUnknownAgentId()
Copyright © 2023 ScalAgent D.T.. All rights reserved.