Class NoSuchAppRegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException
All Implemented Interfaces:
Serializable

public class NoSuchAppRegistrationException extends RuntimeException
Thrown when an AppRegistration of a given name and ApplicationType was expected but did not exist.
Author:
Gunnar Hillert
See Also:
  • Constructor Details