Class WrongAgentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.model.execution.WrongAgentException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class WrongAgentException extends IlmException
- See Also:
WrongAgentException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull @Valid QualifiedAgent
callingAgent
@Valid QualifiedAgent
expectedAgent
@Valid String
expectedSar
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description WrongAgentException()
The constructor required for bean deserialisation.WrongAgentException(WrongAgentException wae)
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
callingAgent
@NotNull @Valid public @NotNull @Valid QualifiedAgent callingAgent
-
expectedAgent
@Valid public @Valid QualifiedAgent expectedAgent
-
expectedSar
@Valid public @Valid String expectedSar
-
-
Constructor Detail
-
WrongAgentException
public WrongAgentException()
The constructor required for bean deserialisation.
-
WrongAgentException
public WrongAgentException(@NotNull WrongAgentException wae)
-
-