Class ServiceNotKnownException

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

public class ServiceNotKnownException extends AbortServiceException
See Also:
  • Field Details

    • clusterName

      public String clusterName
    • serviceType

      @NotBlank public @NotBlank String serviceType
    • serviceInstance

      public String serviceInstance
  • Constructor Details

    • ServiceNotKnownException

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

      public ServiceNotKnownException(@NotNull ServiceNotKnownException snke)