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
Thrown when an
AppRegistration
of a given name and ApplicationType
was
expected but did not exist.- Author:
- Gunnar Hillert
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchAppRegistrationException
(String name, ApplicationType type) NoSuchAppRegistrationException
(String name, ApplicationType type, String version) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchAppRegistrationException
-
NoSuchAppRegistrationException
-