Class InstanceNotFoundException

All Implemented Interfaces:
Serializable

public class InstanceNotFoundException extends RoutingException
See Also:
  • Constructor Details

    • InstanceNotFoundException

      public InstanceNotFoundException()
    • InstanceNotFoundException

      public InstanceNotFoundException(String message)
    • InstanceNotFoundException

      public InstanceNotFoundException(String message, Throwable cause)
    • InstanceNotFoundException

      public InstanceNotFoundException(Throwable cause)
    • InstanceNotFoundException

      public InstanceNotFoundException(InstanceId instanceId)
    • InstanceNotFoundException

      public InstanceNotFoundException(InstanceId instanceId, Throwable cause)
    • InstanceNotFoundException

      public InstanceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details