Class WrongAgentException

All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException, Serializable

public class WrongAgentException extends IlmException
See Also:
  • Field Details

    • callingAgent

      @NotNull @Valid public @NotNull @Valid QualifiedAgent callingAgent
    • expectedAgent

      @Valid public @Valid QualifiedAgent expectedAgent
    • expectedSar

      @Valid public @Valid String expectedSar
  • Constructor Details

    • WrongAgentException

      public WrongAgentException()
      The constructor required for bean deserialisation.
    • WrongAgentException

      public WrongAgentException(@NotNull WrongAgentException wae)