Class NoInstanceAvailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.rss.fachstudie.MiSim.entities.microservice.NoInstanceAvailableException
All Implemented Interfaces:
Serializable

public class NoInstanceAvailableException
extends RuntimeException
RuntimeException that is thrown if there are currently no requests service instances available.
Author:
Lion Wagner
See Also:
Microservice.getNextAvailableInstance(), LoadBalancer.getNextInstance(), Serialized Form
  • Constructor Details

    • NoInstanceAvailableException

      public NoInstanceAvailableException()